What is the command to see all the processes are working in
the last 30 days?
Answer Posted / sravana
find / -type f -atime -30 > December.files
This command will find all the files under root, which is
‘/’, with file type is file. ‘-atime -30′ will give all the
files accessed less than 30 days ago. And the output will
put into a file call December.files.
| Is This Answer Correct ? | 9 Yes | 10 No |
Post New Answer View All Answers
What is parallel ssh?
What is umask in linux?
Which command is used to review boot messages?
Explain trap command of linux?
How to know linux os is 32 bit or 64 bit?
Which command is used to terminate a process?
Describe the mknod command and when you’d use it.
What does wc command do in unix?
What is the use of finger command in linux?
How use more command in linux?
What is $@ in bash?
What does curl command do in linux?
What is nbtstat command?
How do I navigate in cmd?
What is sudo bash command?