LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   how long is one process live (https://www.linuxquestions.org/questions/linux-software-2/how-long-is-one-process-live-817803/)

nima0102 07-03-2010 07:35 AM

how long is one process live
 
Hi
I want to find out how long one process is live,it means since when it has been run.
for example process X is has been run but I do not know when it has been run.
Thanks for any help or guidance

AlucardZero 07-03-2010 08:09 AM

You can use "ps" to display the start time.

Aquarius_Girl 07-03-2010 08:13 AM

Code:

ps -el
will be more helpful rather than plain ps.

Aquarius_Girl 07-03-2010 08:26 AM

and do read
Code:

man ps


All times are GMT -5. The time now is 01:53 PM.