From 9856d4c685c0dc55a0f199897025c838df3106f4 Mon Sep 17 00:00:00 2001 From: onceupon Date: Fri, 16 Nov 2018 16:34:57 +0800 Subject: [PATCH] add sys admin list all enable services --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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)]