Gestor de servicios
Comandos utiles
menos de un minuto
- Mostrar gestores de energia
systemd-inhibit --list
- Mostrar información sin acortar
systemctl --no-pager -l status sshd.service
systemctl --no-pager --full status sshd.service
- Listar servicios
systemctl list-unit-files
systemctl list-units --state=failed
- Mostrar solo mensajes de error del encendido actual
journalctl -b -p 3
journalctl -b --priority=err
Orden de arranque
systemd-analyze blame
systemctl get-default # Get running target
systemctl list-units --type target
Dependencias
Documentación
Comentarios
¿Fue útil esta página?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.