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
Why bash is used in linux?
What does chmod 666 do?
What is the role of case sensitivity in affecting the way commands are used?
What does cd do in linux?
How do you check which file consuming more space in linux?
what is the fastest way to enter a series of commands from the command-line in linux
What is history command in linux?
Explain about document formatting?
What is $@ in makefile?
How can we increase disk read performance in single command?
What is lsof command in linux?
What is p in mkdir?
What are the basic command in linux?
What is a makefile in c?
What command do you type to find help about the command who?