102-500 question 155 discussion

View all LPIC-1 System Administrator Exam 102, Part 2 of 2, here
back to lpi forum

Question 155

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

  • A. find /usr -uid 0 -perm +4000
  • B. find -user root +mode +s /usr
  • C. find -type suid -username root -d /usr
  • D. find /usr -ls \*s\* -u root
  • E. find /usr -suid -perm +4000
Answer:

A

User Votes:
A 4 votes
50%
B
50%
C
50%
D
50%
E
50%
Discussions
0 / 1000
bently.bruin
4 weeks, 1 day ago

But there is an error in the answer: It needs to be
find /usr -uid 0 -perm -4000