Answers for "list services shell"

0

linux list services

$ systemctl list-units --type=service
Posted by: Guest on April-27-2021
0

command to list system services

sudo service --status-all
#parameters --status-all, it lists the state of services controlled by System V
Posted by: Guest on March-31-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language