Ubuntu: List Running Services from a Terminal

I’ve had to do more work on one of our Ubuntu servers again recently, and without Ubuntu’s incredible GUI to fall back on, I’m seriously shocked at just how much Linux knowledge I’ve lost since moving away from the platform so many years ago already.

Anyway, today’s quickfire post is simply to remind you how to pull up a list of all the services currently running on your Ubuntu machine via a terminal command line. This is of course pretty useful in the event that you actual want to interact with a service that you suspect should be running in the background…

service --status-all

This will list all services currently running (and located in the init.d) on your system. Remember, it is expected that all services should as a minimum respect the start and stop functionalities, meaning that you can use the service names garnered above in order to control what services are currently running on your installation.

See, bloody easy. You’d have expected me to remember that in the first place, now wouldn’t you? :P

You might also enjoy:

About Craig Lotter

Craig Lotter is an established web developer and application programmer, with strong creative urges (which keep bursting out at the most inopportune moments) and a seemingly insatiable need to love all things animated. Living in the beautiful coastal town of Gordon's Bay in South Africa, he games, develops, takes in animated fare, trains under the Funakoshi karate style and for the most part, simply enjoys life with his amazing wife and daughter. Oh, and he draws ever now and then too.
This entry was posted in Software & Websites, Tutorials and tagged , , running service, services, , . Bookmark the permalink.
  • Jorge

    Thanks for the command.

  • Jorge

    Thanks for the command.

  • http://www.craiglotter.co.za Craig Lotter

    @Jorge: No problem!

  • http://www.craiglotter.co.za Craig Lotter

    @Jorge: No problem!

blog comments powered by Disqus