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 is ls command and what it does?
What is p in mkdir?
How do I stop a linux job?
How do I remove a soft link in linux?
What is cmake in linux?
How do I check my cpu speed?
You want to know how many lines in the kickoff file contains ‘prize’. Which of the following commands will produce the desired results?
Which command is used to check the number of files and disk space used and the each user’s defined quota?
How do I check disk space in linux?
What will happen when a system call is encountered in a user program?
what do know about commands?
Why echo is used in linux?
Brief about FTP hostname?
How do you create a blank file in linux?
What does uname do in linux?