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
What is df command in unix?
What could possibly be the problem when a command that was issued gave a different result from the last time it was used?
Is cmake a compiler?
How do I clear my run history?
The head command writes the how many lines of a file to screen?
What is #!/ Bin sh?
You suspect that you have two commands with the same name as the command is not producing the expected results. What command can you use to determine thelocation of the command being run?
What is unix finger command?
What can you tell about the tar command?
What is $@ in makefile?
Which of the Commands delete the files from the /tmp directory, issued by non-root user?
What is ll command in unix?
Which is the required command for checking the file system?
What is the symbol of linux?
What is the difference between clang and llvm?