Find a List of Running/Stopped Services in Linux Find the list of all the services > service --status-all Find the services that are running >service --status-all | grep running Find the services that are stopped >service --status-all | grep stopped