Write a command to find all of the files which have been
accessed within the last 30 days.
Answer Posted / sathyasen
ff -a -30 -u /dev/hd0
This displays the path name, i-node number, and owner's
user name (the -u flag) of each file on the /dev/hd0 device
that has been modified within the last 30 days ( -m -30).
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What do know about tee command and its usage?
Explain mount and unmount command.
Who invented grep?
Why is shebang used?
What is unix command?
What is grep r?
Name the general commands in using unix os for a beginner?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What is the general format of unix command syntax?
Write a command that will display files in the current directory, in a colored, long format.
Who wrote grep?
Explain command to view process running?
Does cp command overwrite files?
What is grep short for?
What does this command do,"$more readme.txt“?