What is the command to see all the processes are working in
the last 30 days?
Answers were Sorted based on User's Feedback
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 |
Answer / ravi
use uptime to find out how long the system has been run
without rebooting.
ac -d gives the usage of the system for the available wtmp
files.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / pramod
ps -aef can also show the date in which process started. you can check with top command too.
| Is This Answer Correct ? | 0 Yes | 0 No |
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 |
Answer / abhishek vanarase
See the all command during within 30 day as type 'history'
| Is This Answer Correct ? | 9 Yes | 18 No |
How will you execute a java program inside a kornshell script?
Difference between swap partition and swap file?
What is clang space engineers?
I want to kill zombie process, but with using kill 9 i cannot kill that process? can u tell other commands?
Any one example of uninteruptable sleeping process?
what is the last file executed during the boot process?
How to schedule cron backup to run on 4th saturday of month??
Hi everyone i want to learn Devops in Hyderabad can anyone please suggest me best institute.
What command you use for cpio to create a backup called backup.cpio of all the users’ home dirs?
What is the status code 403,404 represented in apache server?
What is devops linux?
Explain the linux directory commands along with the description?