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
Is llvm a compiler?
What is difference between free and available memory in linux?
Which command is used to uncompress gzip files?
What is make command in linux?
What are two functions the move mv command can carry out?
What is vnc?
What is the command to see on which port which service is running? And what is the difference between /etc/services file and net stat command?
Is a command a full sentence?
Write a command that will look for files with an extension "c", and has the occurrence of the string "apple" in it.
What does bash stand for?
Explain difference between swap partition and swap file?
What is lsof command in linux?
Why do we use cmake?
Who unix commands?
What does chmod do in linux?