ExamGecko
Question list
Search
Search

Question 102 - 101-500 discussion

Report
Export

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 answers.)

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

Leave a comment first