LPI
101-500 · Question #493
101-500 Question #493: Real Exam Question with Answer & Explanation
Sign in or unlock 101-500 to reveal the answer and full explanation for question #493. The question stem and answer options stay visible for context.
GNU and Unix Commands
Question
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.)
Options
- Afind /tmp -user root -print
- Bfind -path /tmp -uid root
- Cfind /tmp -uid root -print
- Dfind /tmp -user root
- Efind -path /tmp -user root -print
Unlock 101-500 to see the answer
You've previewed enough free 101-500 questions. Unlock 101-500 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#find command#file ownership#user filtering#command options