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

What does umask 077 mean?

543


What is filter command in unix?

541


What is history command in linux?

547


Does linux cp command overwrite?

582


Explain the free command.

579






How do I test my cpu speed?

507


What is kill 9 in linux?

573


What command used for showing user info like Login Name, Canonical Name, Home Directory,Shell etc in Linux?

604


How does grep work in linux?

515


What file type is a makefile?

522


What is whois command in linux?

532


What is ulimit in linux?

562


What is a make target?

589


Who is unix command?

548


Which command is used to uncompress gzip files?

589