Fedora Core 6 | How long are my services running?

If you need to know how long your Linux services have been running you can try this:

Linux console

$ ps waux | grep -i

Or

Linux console

$ ps -o etime < pid>

To get the PID you can try the following command:

Linux console

$ ps aux | grep

Piece of cake!

About javier

Mexicano, Ingeniero en Sistemas egresado del Instituto Tecnológico de Durango, Maestro en Software Libre por la Universidad Autónoma de Chihuahua. Apasionado de medio tiempo de la fotografía y guitarrista de closet.
This entry was posted in Fedora, FLOSS, Sistemas Operativos, Software, Tips. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *