Answers for "list of running services"

9

ubuntu list running services

To check all running services
service --status-all | grep '\[ + \]'

To check all services (running & non running)
service --status-all
Posted by: Guest on May-14-2020
1

command to list system services

sudo service --status-all
#parameters --status-all, it lists the state of services controlled by System V
Posted by: Guest on March-31-2022

Code answers related to "list of running services"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language