nerdexam
CompTIA

LX0-104 · Question #84

Which of the following find commands will print out a list of files owned by root and with the SUID bit set in /usr?

Sign in or unlock LX0-104 to reveal the answer and full explanation for question #84. The question stem and answer options stay visible for context.

Shells, Scripting and Data Management

Question

Which of the following find commands will print out a list of files owned by root and with the SUID bit set in /usr?

Options

  • Afind /usr -uid 0 -perm +4000
  • Bfind -user root +mode +s /usr
  • Cfind -type suid -username root -d /usr
  • Dfind /usr -ls *s* -u root
  • Efind /usr -suid -perm +4000

Unlock LX0-104 to see the answer

You've previewed enough free LX0-104 questions. Unlock LX0-104 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Topics

#find command#file permissions#SUID bit#user ownership
Full LX0-104 Practice