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

Which of the following tasks cannot be accomplished with the touch command?

552


Explain about the command elm?

572


What are commands in grammar?

520


How do I clear bash history in linux?

526


what do know about commands?

576






Explain the working of command grouping?

535


How do you create a file in linux?

490


Which command would you use to create a file system on a new hard drive?

572


Explain difference between nfs soft and hard mouniting points?

506


What is know about grep commands?

545


why is the tar command used?

542


Which command puts a script to sleep untill a signal is recieved?

631


Write about an internal command.

593


The ‘logout’ built in command is used to

758


You wish to print a file ‘draft’ with 60 lines on a page. What command would you use?

656