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
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
find /usr -uid 0 perm +4000