How can I see when a process started, assuming I know the pid. (On Linux)
|
feedback
|
|
If you want only the start time, you can select the field and suppress the header by doing this:
the output will look like this:
which is Other start fields such as You can, however, use them directly for recently started processes without further parsing:
which would output something like:
| |||
|
feedback
|
|
"ps -f" - it's in the man pages | |||||
feedback
|
|
| |||||||||||
feedback
|
|
one way you can ps -f |grep as you said you the pid other wise you can wise in top also | |||
|
feedback
|