Page 1 of 1

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

Posted: Sat Aug 20, 2022 7:47 am
by answerhappygod
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