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...

What is the command to see all the processes are working in
the last 30 days?

Answer Posted / sravana

find / -type f -atime -30 > December.files

This command will find all the files under root, which is
‘/’, with file type is file. ‘-atime -30&#8242; will give all the
files accessed less than 30 days ago. And the output will
put into a file call December.files.

Is This Answer Correct ?    9 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does bash stand for?

1126


Which command is used to review boot messages?

1172


How use linux command line?

1150


Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.

1468


How do I clear bash history in linux?

1085


What does wc command do in unix?

1096


Which command will show you free/used memory?

1046


What commands are used to see all jobs running in the hadoop cluster and kill a job in linux?

1006


What will happen when a system call is encountered in a user program?

2099


What is p in mkdir?

1054


How do I check storage on linux?

1083


How to write the output of a command to a file?

1135


What is umask 000?

996


What is bash history linux?

1079


What could be the problem when a command that was issued gave a different result from the last time it was used?

1287