Multiple 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
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q41: Which of the following commands will display
Q42: Given the following directory permissions: <br>drwxrwxrwt 14
Q43: Which of the following software packages is
Q44: Which command shows if /usr/bin is in
Q45: Which command is used to make a
Q47: Which statement about users and user groups
Q48: Why is the file data.txt empty after
Q49: While deleting all files beginning with the
Q50: Which one of the following is true
Q51: Which of the following are correct commands