List all available (running/stopped) services in debian Posted on 15 March 2018 by kosmas emailGoogle+FacebookTwitterLinkedinProblem 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: Shell service --status-all 1 service --status-all