ExamGecko
Question list
Search
Search

Question 231 - 101-500 discussion

Report
Export

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
Answers
A.
find /tmp -user root -print
B.
find -path /tmp -uid root
Answers
B.
find -path /tmp -uid root
C.
find /tmp -uid root -print
Answers
C.
find /tmp -uid root -print
D.
find /tmp -user root
Answers
D.
find /tmp -user root
E.
find -path /tmp -user root -print
Answers
E.
find -path /tmp -user root -print
Suggested answer: A, E
asked 18/09/2024
HAZEM SHAIKHANI
45 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first