LPI Level 1 Exam 102, Junior Level Linux Certification, Part 2 of 2 102-400 Question # 34 Topic 4 Discussion

LPI Level 1 Exam 102, Junior Level Linux Certification, Part 2 of 2 102-400 Question # 34 Topic 4 Discussion

102-400 Exam Topic 4 Question 34 Discussion:
Question #: 34
Topic #: 4

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


Get Premium 102-400 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.