add sys admin

list all enable services
This commit is contained in:
onceupon 2018-11-16 16:34:57 +08:00 committed by GitHub
parent 13f8f7a975
commit 9856d4c685
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1900,6 +1900,12 @@ tail -f --pid=<PID> filename.txt
# replace <PID> with the process ID of the program.
```
##### List all enabled services
```bash
systemctl list-unit-files|grep enabled
```
## Hardware
[[back to top](#handy-bash-oneliner-commands)]