Command To List System Services

[Solved] Command To List System Services | Shell - Code Explorer | yomemimo.com
Question : systemd list service

Answered by : beanonymous

systemctl --type=service

Source : | Last Update : Wed, 19 May 21

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 command to list system services

Code Explorer Popular Question For Shell