CompTIA Linux+ Powered by LPI (LX0-104) — Question 16

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 is A because it uses the correct syntax to find files in the /usr directory that are owned by user ID 0 (root) and have the SUID permission bit set. The other options either have incorrect syntax or use invalid flags, making them ineffective for the specified task.