Answers for "systemctl list all"

6

list all services using systemctl

## List all services
systemctl list-units  --type=service

## List running services
systemctl list-units  --type=service  --state=running

## List all svc in simplified way
service --status-all
Posted by: Guest on May-26-2020
0

systemctl list all

systemctl list-unit-files | grep enabled
Posted by: Guest on March-06-2021
0

systemctl check availabe services

# systemctl list-units --type=service
OR
# systemctl --type=service
Posted by: Guest on July-01-2020

Code answers related to "Assembly"

Browse Popular Code Answers by Language