Skip to content
Home » How to list all running services in Ubuntu

How to list all running services in Ubuntu

Let’s start the discussion about How to list all running services in Ubuntu in following methods.

ubuntu list running services

To check all running services use :

service --status-all | grep '\[ + \]'

To check all services (running & non running) use :

service --status-all

I hope the strategies listed above work for you. Happy coding and come back again.

Similar Post : How to upgrade Raspberry Pi