When a process started
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.
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.