Skip to content

Instantly share code, notes, and snippets.

@pulketo
Created January 8, 2019 22:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pulketo/b85d205441c79f17febcba113cd51b71 to your computer and use it in GitHub Desktop.
Save pulketo/b85d205441c79f17febcba113cd51b71 to your computer and use it in GitHub Desktop.
List enabled / disabled services systemctl | Listar servicios habilitados / deshabilitados de systemctl
All | Todos
systemctl list-unit-files
Enabled | Habilitados
systemctl list-unit-files | grep enabled
Disabled | Deshabilitados
systemctl list-unit-files | grep disabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment