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 the difference between cat command and more command?

599


How do you grep recursively?

557


How many unix commands are there?

631


Who command in unix?

577


What is the pipe command?

579






What is the comma to display different lines that are found when compare two files?

595


What is ctrl d?

596


What does find command return in unix?

597


What does the command '$ls | wc –l > file1' do?

684


What is the use of the command 'ls -x chapter[1-5]' ?

663


What does the metacharacter mean?

612


How do I search for a file in unix command?

549


What do chown command do?

536


Is grep faster than awk?

561


What is pipe command in unix?

675