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 is the pipe command?
What is the significance of the 'tee' command?
What are the differences among a system call, a library function, and a unix command?
what is the advaantage of each user having its own copy of the shell?
What does #!/ Bin sh do?
What is the use of egrep command in unix?
What is awk used for?
What is ctrl d?
What is unix command?
Which command is used to kill the last background job?
What does sed command do in unix?
How do you grep a case insensitive?
How many unix commands are there?
Name the unix command to find how many days the server has been up.
What is updatedb?