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 |
What is the command to check cpu speed in linux?
How do you check the current system uptime in Linux?
1. Why "d" is postfix in almost every service name of Linux like httpd, dhcpd? 2. how to restrict su & ssh services for some users? 3. how can we configure a default gateway for 10 n/w cards in a server?
What is the command to find the hardware configuration in Linux?
how can i give acl permission in numerical mode on linux
What is a good processor speed?
what is user mode & kernel mode?
What would be the result of issuing the command cat phonenos?
What does p mean linux?
What command should you use to check the number of files and disk space used and each user’s defined quotas?
what is the roles and responsibilities in linux system admin having 2yrs exp..?
0 Answers HCL, RNF Technologies,
How do I check memory usage on linux?