Answers for "debian list system services"

5

linux view services

service --status-all
service --status-all | more
service --status-all | grep ntpd
service --status-all | less
Posted by: Guest on May-11-2020
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