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 the example of command sentence?
What are the basic commands for user management?
Why makefile is used in linux?
What is difference between sh and bash?
How do I run a script in linux?
How do I open a text file in cmd?
How use more command in linux?
What does chmod 644 do?
What is the default number of shell commands saved in the history list of .cshrc file?
Does linux cp command overwrite?
Which command is used to compare the files?
What does grep grep do?
What are the basic command in linux?
What are system commands?
Which of the following tasks cannot be accomplished with the touch command?