Linux Foundation Certified System Administrator (LFCS) — Question 80

Which of the following find commands will print out a list of files owned by root and with the SUID bit set in /usr?

Answer options

Correct answer: A

Explanation

The correct answer, A, accurately uses the find command to specify the directory, user ID of 0 (root), and the SUID permission bit with +4000. Option B is incorrect due to the improper syntax for specifying permissions, while C and D do not use the correct flags for finding SUID files. Option E is close, but the syntax is not standard for the find command, leading to ambiguity.