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
How to find $ai_serual resolved path by using unix
Who invented grep?
Why is grep called grep?
Explain the steps that a shell follows while processing a command.
What does this command do? Cat food 1 > kitty
How do I use grep to search for a file?
Name the general commands in using unix os for a beginner?
why metadb requires a seperate slice to create Solaris volume manager
What does the md command do?
How do I run a bash script?
What does grep v do?
What command is used to switching between users in unix?
Describe the usage and functionality of the command rm –r * in unix?
How do I search for a file in unix command?
How do you grep a case insensitive?