What is the command to see all the processes are working in
the last 30 days?
Answer Posted / maneeshkumar
We can use the find command on processes by using File
system /proc.
# cd /proc
# find . -type d -atime -30
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do I search bash history?
What does chmod do in linux?
How do makefiles work?
Why is unix used?
What does chmod 777 do?
What does c mean in linux?
What are the examples of simple command?
What is SFC command?
Which is the required command for checking the file system?
What is df command in linux?
You wish to restore the file memo.ben which was backed up in the tarfile mybackup.tar. What command should you type?
What is FC command?
What is the gcc command?
How do I list all processes in linux?
What is command example?