Last active
December 11, 2017 20:58
-
-
Save gwsu2008/9cb6c2a3e97ce53110ff407d3d5fa0d1 to your computer and use it in GitHub Desktop.
systemctl commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
systemctl list-unit-files | grep enabled | |
systemctl list-units --type=service --state=running | |
systemctl list-units --type=service --state=active |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment