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? (Choose TWO correct choices.)
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:

Verified
Correct Answer:
Verified
Q126: Which of the following sequences in the
Q127: Which of the following parameters are used
Q128: What is true regarding a default route?<br>A)
Q129: Which of the following files, when existing,
Q130: Which of the following signals is sent
Q132: Which type of filesystem is created by
Q133: A user accidentally created the subdirectory \dir
Q134: Which of the following command sets the
Q135: Which of the following are tasks handled
Q136: Which of the following is correct when