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


Please Help Members By Posting Answers For Below Questions

Why bash is used in linux?

724


What does chmod 666 do?

713


What is the role of case sensitivity in affecting the way commands are used?

844


What does cd do in linux?

837


How do you check which file consuming more space in linux?

657


what is the fastest way to enter a series of commands from the command-line in linux

740


What is history command in linux?

724


Explain about document formatting?

791


What is $@ in makefile?

742


How can we increase disk read performance in single command?

784


What is lsof command in linux?

774


What is p in mkdir?

750


What are the basic command in linux?

756


What is a makefile in c?

741


What command do you type to find help about the command who?

732