Skip to content

Instantly share code, notes, and snippets.

@jmftrindade
Last active May 27, 2020 14:29
Show Gist options
  • Save jmftrindade/fa557e61aa3fe9a9d0ce609b3edb9e96 to your computer and use it in GitHub Desktop.
Save jmftrindade/fa557e61aa3fe9a9d0ce609b3edb9e96 to your computer and use it in GitHub Desktop.
systemd

List all enabled services

systemctl list-unit-files --type service --state enabled,generated

List all running services

systemctl list-units --type service --state running
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment