- Linux Administration Cookbook
- Adam K. Dean
- 64字
- 2021-07-02 14:24:41
How to do it...
Run the following as your user:
$ systemctl list-unit-files --type service
By default, you'll be dropped into a typically long list of services. A lot of these will be listed as static, some will be enabled, and others will be disabled.
As far as systemd is concerned, this is a list of all services it knows about on your system.