nerdexam
LPI

102-350 · Question #108

Which of the following find commands will print out a list of suid root files in /usr?

The correct answer is A. find /usr -uid 0 -perm +4000. See the full explanation below for the reasoning.

Question

Which of the following find commands will print out a list of suid root files 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

How the community answered

(54 responses)
  • A
    72% (39)
  • B
    2% (1)
  • C
    7% (4)
  • D
    15% (8)
  • E
    4% (2)

Community Discussion

No community discussion yet for this question.

Full 102-350 Practice