Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Write a command to find all of the files which have been
accessed within the last 30 days.

Answer Posted / pk

find / -type f -atime -30 > November.files &

This command will find all the files under root, which is
"/", with file type is file. "-atime -30" will give all the
files accessed less than 30 days ago. And the output will
put into a file call November.files.

Is This Answer Correct ?    39 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which unix command to make a new directory?

1194


How does pipe () work?

1148


Which unix command lists files/folders in alphabetical order?

1853


What happens when we execute a unix command?

1205


What do chmod, chown, chgrp commands do?

1355


What is in grep command?

1216


What is the difference between awk and grep?

1337


What is the first character of the output in ls l command?

1262


What is the search command in unix?

1134


What is the use of awk command in unix?

1193


Explain the steps that a shell follows while processing a command.

1288


What is the use of sed command in unix?

1259


What is the unix command to confirm a remote host is alive or not?

1282


What is command statement?

1241


Which command is used to delete all files in the current directory and all its sub-directories?

1318