When a process started 2009-01-08 02:16pm
I ran in to a long running fsck command and I wanted to check how long it had been running.
ps auxT | grep fsck
This should show information about the process including the time it was started.




