What is the command to see all the processes are working in
the last 30 days?

Answers were Sorted based on User's Feedback



What is the command to see all the processes are working in the last 30 days?..

Answer / ekanth

top command is used for this quetion

Is This Answer Correct ?    41 Yes 14 No

What is the command to see all the processes are working in the last 30 days?..

Answer / 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

What is the command to see all the processes are working in the last 30 days?..

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

What is the command to see all the processes are working in the last 30 days?..

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

What is the command to see all the processes are working in the last 30 days?..

Answer / 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

What is the command to see all the processes are working in the last 30 days?..

Answer / anjani patel

more command is used for this quetion

Is This Answer Correct ?    12 Yes 17 No

What is the command to see all the processes are working in the last 30 days?..

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 see all the processes are working in the last 30 days?..

Answer / akshay

ps command will do this task

Is This Answer Correct ?    3 Yes 16 No

What is the command to see all the processes are working in the last 30 days?..

Answer / anjani patel

ls -la

Is This Answer Correct ?    2 Yes 24 No

Post New Answer

More Linux Commands Interview Questions

How do I check disk space in linux?

0 Answers  


what is command for "calj2007"

2 Answers   Google,


Which command is used to clear the screen?

0 Answers  


I have a user name in /etc/vsftpd/user_list which is for blocking the ftp user. Now i blocked the user as well ,but without removing username in user_list i wanna access the users home directory and his own directory .How will you access the data ????

3 Answers   Span Systems,


What is the command to change from /etc/passwd file to /etc/shadow file?

4 Answers  






How do I check my cpu cores?

0 Answers  


Explain trap command of linux?

0 Answers  


Explain about sh?

0 Answers  


What command you use for cpio to create a backup called backup.cpio of all the users’ home dirs?

2 Answers  


What is the command to see on which port which service is running?

0 Answers  


What are bash scripts used for?

0 Answers  


What is the role of case sensitivity in affecting the way commands are used?

0 Answers  


Categories