Multiple Choice
To find the location of a file named temp.txt somewhere within the /usr folder, we can use the command
A) find temp.txt
B) grep temp.txt
C) find /usr -name temp.txt
D) find /usr temp.txt
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: The command used to copy files in
Q16: When using a shell program, command arguments
Q17: Permissions -rwxr-xr-on a file indicate that<br>A) Anybody
Q18: An example of a relative path is<br>A)
Q19: Permissions -rwxr-xr-on a file can also be
Q20: The current folder is represented in Linux
Q22: The filesystem root is represented in Linux
Q23: The default shell prompt for a regular
Q24: Permissions -r-xr-xrw- on a file can also
Q25: In the context of system administration, the