Solved

Which of the Following Commands Prints All Files and Directories

Question 99

Multiple Choice

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?


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

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions