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 delete a group?
What will happen when a system call is encountered in a user program?
Explain trap command; shift command, getopts command of linux?
What is the gcc command?
Is llvm a virtual machine?
Explain grep command.
What is the command to check cpu speed in linux?
What does history command do in linux?
What command would you use to create an empty file without opening it to edit it?
Is python faster than bash?
How use linux command line?
How do I clear terminal command history?
What is Data Command?
What is FC command?
What is $@ in makefile?