Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- systemctl
- ~~NOTOC~~ = systemctl == sistema / gestión energía * ''systemctl reboot'' * ''systemctl halt'' *... * comprobar estado servicio: ''systemctl status nombre.service'' * comprobar si está habilitado: ''systemctl is-enabled nombre.service'' * comprobar si está activado: ''systemctl is-active nombre.service'' * comprobar status en otra máquin
- systemd
- s-sysvinit-cheatsheet.pdf |}} -> via: [[https://linoxide.com/linux-command/systemd-vs-sysvinit-cheatsh... scripts de consola, se usan **unidades** y **destinos** * unidad: * define un servicio o una acción en el sistema * está formada por un nombre, un tipo y un archivo de configuración * ... * target * las unidades se identifican por nombre y tipo, con el formato //nombre.tipo// *
- journalctl
- * ver registro de un servicio: ''journalctl -u nombre.service'' * ver registros filtrando por prioridades (0 mayor, 7 menor) * debug - 7, info - 6, notice - 5, warning - 4, err - 3, crit - 2, alert - 1, emerg - 0 * '... day'' * mostrar registros a partir de binarios (no siempre posible): ''journalctl /sbin/sshd'' * m
- journalctl-remote @linux:systemd:journalctl
- lar servicios:<code bash> sudo systemctl enable --now systemd-journal-remote.socket sudo systemctl ena... bash>sudo adduser --system --home /run/systemd --no-create-home --disabled-login --group systemd-jour