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


Please Help Members By Posting Answers For Below Questions

What is a bash command?

624


Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?

796


Write a command to kill the last background job?

618


What is rmdir command?

551


What do chgrp command do?

590






What is “chmod” command?

564


How do I run a bash script?

580


Which command will print your home directory on screen?

542


What do chown command do?

535


How can you see the command line history?

582


What is awk command used for?

596


What are the differences among a system call, a library function, and a unix command?

567


What is the function of grep command in unix?

586


Write a command that will display files in the current directory, in a colored, long format.

681


What is difference between grep and find command in unix?

577