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

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

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

A.
find /usr uid 0 perm +4000

B.
find /usr suid perm +4000

C.
find type suid username root d /usr

D.
find user root +mode +s /usr

E.
find /usr ls *s* u root



Leave a Reply 1

Your email address will not be published. Required fields are marked *


Nosferatu

Nosferatu

find /usr -uid 0 perm +4000