Which of the following find commands will print out a list of files owned by root and with the SUID bit set in /usr?
This command will find all the files in the /usr directory that have the user ID (UID) of 0, which is the root user, and have the permission of 4000, which is the SUID bit. The SUID bit allows the file to be executed with the privileges of the file owner, regardless of who runs it. The -uid option tests for a specific UID, and the -perm option tests for a specific permission. The + sign before the permission means that at least those bits are set; the - sign means that exactly those bits are set. The other options are either invalid or do not match the criteria.Reference:
find manual page, -uid and -perm options description
Find Command in Linux with Practical Examples, Example 8: Find Files with SUID and SGID Permissions
Geraldo
5 days agoTonette
9 days agoAudra
11 days agoCecilia
12 days agoKaran
16 days agoToshia
3 days agoOtis
10 days agoKarl
27 days agoRodrigo
29 days agoCelia
6 days agoLayla
7 days agoAriel
9 days agoSamira
1 months ago