PrepAway - Latest Free Exam Questions & Answers

Which of the following commands will recursively search through all subdirectories from the current directory&

Which of the following commands will recursively search through all subdirectories from the current directory for files owned by the root user?

PrepAway - Latest Free Exam Questions & Answers

A.
grep -u root .

B.
find . -uid 0

C.
grep -r root .

D.
find . -uname root

One Comment on “Which of the following commands will recursively search through all subdirectories from the current directory&


Leave a Reply