Problem
You would like to have a list of all the services (running and stopped) in a debian system.
Solution
You can run the following to see the list of services:
service --status-all
Problem
You would like to have a list of all the services (running and stopped) in a debian system.
Solution
You can run the following to see the list of services:
service --status-all