diff --git a/README.md b/README.md index 4e33dd0..f44a946 100644 --- a/README.md +++ b/README.md @@ -1900,6 +1900,12 @@ tail -f --pid= filename.txt # replace 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)]