The command find / name "*" atime 5 print

a: starts from the current directory, and finds all files with filename atime
b: starts from the home directory, and finds all files last accessed less than 5 minutes ago
c: starts from the root directory, and finds all files last accessed less than 5 days ago
d: starts from the root directory and sends 5 files to the printer
e: none of the above

c: starts from the root directory, and finds all files last accessed less than 5 days ago

Computer Science & Information Technology

You might also like to view...

Describe a solution to the last mile connection problem.

What will be an ideal response?

Computer Science & Information Technology

Compare symmetric key algorithms with public key algorithms. What are the benefits/drawbacks of each type of algo- rithm? How are these differences manifested in the real world uses of these two types of algorithms?

What will be an ideal response?

Computer Science & Information Technology