Posted by: Pdfprep
Post Date: February 15, 2021
Which of the following commands list all files and directories within the /tmp/ directory and its subdirectories which are owned by the user root? (Choose two.)
A . find /tmp Cuser root -print
B . find Cpath /tmp Cuid root
C . find /tmp Cuid root -print
D . find /tmp Cuser root
E . find Cpath /tmp Cuser root -print
Answer: A,E
Leave a Reply