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

What is finger command in linux?

0 Answers  


How do I change directories in linux command line?

0 Answers  


Diff b/w C-shell and Born-shell

2 Answers   HP,


How do I set permission to run in linux?

0 Answers  


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?

0 Answers  






Why bash is used in linux?

0 Answers  


Which command will show you free/used memory? Does free memory exist on linux?

0 Answers  


What daemon is used for scheduling of the commands?

0 Answers  


What is grep command?

0 Answers  


You have a computer with 80 GB hard disk and Ubuntu 8.04 is installed on entire hard disk. Now you have to create a seprate partition for Windows OS and Install Win Xp as Dual boot. write down the steps involed along with the commands.

8 Answers   Bhel, Indian Navy, Tata Steel Limited,


Explain the linux directory commands along with the description?

0 Answers  


what is a superblock ?

1 Answers  


Categories