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
Which command is used to find what is in your home directory?
How many types of dos commands are there?
What is the example of command sentence?
What signal is ctrl c?
Explain any one service which are working on udp only?
What is clang format?
Why bash is used in linux?
What is df -h command?
What is makefile in unix?
What is the use of mv command in linux?
Can I delete .bash history?
What is the difference between diff and cmp command in unix?
How do I do a whois search?
Which command would you use if you want to remove the password assigned to a group?
Explain the linux ‘cd’ command options along with the description?