Which of the following commands prints all files and directories within the /tmp directory or its subdirectories which are also owned by the user root?

Which of the following commands prints all files and directories within the /tmp directory or its subdirectories which are also owned by the user root?
(Choose TWO correct answers.)
A. find /tmp -uid root -print
B. find -path /tmp -uid root
C. find /tmp -user root -print
D. find /tmp -user root
E. find -path /tmp -user root print

comptia-exams

One thought on “Which of the following commands prints all files and directories within the /tmp directory or its subdirectories which are also owned by the user root?

Leave a Reply

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


The reCAPTCHA verification period has expired. Please reload the page.