LPI
010-160 · Question #62
How can the current directory and its subdirectories be searched for the file named MyFile.xml?
Sign in or unlock 010-160 to reveal the answer and full explanation for question #62. The question stem and answer options stay visible for context.
Finding Your Way on a Linux System
Question
How can the current directory and its subdirectories be searched for the file named MyFile.xml?
Options
- Afind . -name MyFile.xml
- Bgrep MyFile.xml | find
- Cgrep -r MyFile.xml.
- Dless MyFile.xml
- Esearch MyFile.xml ./
Unlock 010-160 to see the answer
You've previewed enough free 010-160 questions. Unlock 010-160 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 search#directory traversal