Exit 010-150 Entry Level Linux Essentials Certificate of Achievement
Question 3 of 5
0% complete
Q3 Single choice

How could one search for the file foo.txt under the directory /home?

  • A

    search /home -file foo.txt

  • B

    search /home foo.txt

  • C

    find /home -file foo.txt

  • D

    find /home -name foo.txt

  • E

    find /home foo.txt