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 –user root -print
B.
find –path /tmp –uid root
C.
find /tmp –uid root -print
D.
find /tmp –user root
E.
find –path /tmp –user root -print
Answer:
A,E
User Votes:
A 7 votes
50%
B
50%
C
50%
D 6 votes
50%
E 3 votes
50%
Discussions
0/ 1000
xapolo183
10 months ago
it's wrong
mr9
8 months ago
THE MOST ACCURATE ANSWER IS A AND D
daittarn2
1 month, 4 weeks ago
Please correct
A is correct: find /tmp –user root -print D is also correct: find /tmp –user root (default behavior is to print matched files)
Want to join our community?
Please log in or signup in order to use this feature
it's wrong
THE MOST ACCURATE ANSWER IS A AND D
Please correct
A is correct: find /tmp –user root -print
D is also correct: find /tmp –user root (default behavior is to print matched files)