101-500 question 231 discussion

View all LPIC-1 System Administrator Exam 101, Part 1 of 2, here
back to lpi forum

Question 231

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 3 votes
50%
B
50%
C
50%
D 3 votes
50%
E 1 votes
50%
Discussions
0 / 1000
xapolo183
3 months, 3 weeks ago

it's wrong

mr9
1 month, 2 weeks ago

THE MOST ACCURATE ANSWER IS A AND D