Four Ways to Check How Long a Process Has Been Running in Linux?
Four Ways to Check How Long a Process Has Been Running in Linux?
If you want to figure out how long a process has been running in Linux for some reason.
Yes, it is possible and can be done with help of ps command.
It shows, the given process uptime in the form of [[DD-]hh:]mm:ss, in seconds, and exact start date and time.
There are multiple options are available in ps command to check this.
Each options comes with different output, which can be used for…
View On WordPress











