ExamGecko
Question list
Search
Search

Question 155 - 102-500 discussion

Report
Export

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
Answers
A.
find /usr -uid 0 -perm +4000
B.
find -user root +mode +s /usr
Answers
B.
find -user root +mode +s /usr
C.
find -type suid -username root -d /usr
Answers
C.
find -type suid -username root -d /usr
D.
find /usr -ls \*s\* -u root
Answers
D.
find /usr -ls \*s\* -u root
E.
find /usr -suid -perm +4000
Answers
E.
find /usr -suid -perm +4000
Suggested answer: A
asked 18/09/2024
Priti Agrawal
33 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first