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
What does uname do in linux?
What are the 7 types of sentences?
What is p in mkdir?
What are vim commands?
What does the ps command do in linux?
What does pwd mean in linux?
Main configuration file and command used for NFS enabling exported directories and deamons?
What are different command to check ram, process and hdd of linux machine?
How do you kill a process in linux?
What file type is a makefile?
How do I find hostname in linux?
What is the difference between command ‘ping’ and ‘ping6’?
How do you ask politely?
What is cpu core in linux?
Where can I find bash in linux?