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 are the unix commands?
what is the advaantage of each user having its own copy of the shell?
What is grep r?
How do I search for a file in unix command?
What is the general format of unix command syntax?
What does grep v do?
How to display no of records in oracle using unix command?
What is command substitution?
What is $0 bash?
hw will u use awk in replacing cahrs and files
Name the various commands that are used for the user information in unix.
What is {} in find command?
What does this command do? Cat food 1 > kitty
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
What is the difference between grep and grep?