List All Services Using Systemctl

[Solved] List All Services Using Systemctl | Shell - Code Explorer | yomemimo.com
Question : command to list system services

Answered by : christian-elochukwu-nzokaokoye

sudo service --status-all
#parameters --status-all, it lists the state of services controlled by System V

Source : https://googlecoursera.qwiklabs.com/focuses/20869179?parent=lti_session | Last Update : Thu, 07 Apr 22

Answers related to list all services using systemctl

Code Explorer Popular Question For Shell