nerdexam
LPI

117-010 · Question #64

How can the current directory and its subdirectories be searched for the file named MyFile.xml?

The correct answer is A. find . -name MyFile.xml. See the full explanation below for the reasoning.

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 ./

How the community answered

(32 responses)
  • A
    78% (25)
  • B
    3% (1)
  • C
    13% (4)
  • E
    6% (2)

Community Discussion

No community discussion yet for this question.

Full 117-010 Practice