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

What language is clang written in?

483


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

522


How many interfaces(ethernet cards) are working using single command?

524


What is the difference between clang and llvm?

558


What does grep grep do?

515






How remove all files in a directory linux?

520


What commands are used to see all jobs running in the hadoop cluster and kill a job in linux?

549


How will you suspend a running process and put it in the background?

1018


Which of the Commands delete the files from the /tmp directory, issued by non-root user?

643


How do I test my cpu speed?

507


What does chmod 644 do?

576


What is apple llvm?

528


Which command is used to review boot messages?

556


If the programmer wishes to execute an instruction at the specified time. Which command is used?

905


How do I check terminal history?

512