HALT(8) | halt | HALT(8) |
halt, reboot, poweroff - Detiene, apaga o reinicia el equipo.
halt [OPCIONES...]
poweroff [OPCIONES...]
reboot [OPCIONES...]
halt, poweroff, reboot may be used to halt, power-off, or reboot the machine. All three commands take the same options.
Reconoce las siguientes opciones:
--help
--halt
-p, --poweroff
--reboot
-f, --force
-w, --wtmp-only
-d, --no-wtmp
-n, --no-sync
--no-wall
En caso de éxito se devuelve 0, en caso contrario un código de fallo diferente de cero.
These commands are implemented in a way that preserves basic compatibility with the original SysV commands. systemctl(1) verbs halt, poweroff, reboot provide the same functionality with some additional features.
Note that on many SysV systems halt used to be synonymous to poweroff, i.e. both commands would equally result in powering the machine off. systemd is more accurate here, and halt results in halting the machine only (leaving power on), and poweroff is required to actually power it off.
La traducción al español de esta página del manual fue creada por Fidel García <fidelgq@dinamic.net> y Marcos Fouces <marcos@debian.org>
Esta traducción es documentación libre; lea la GNU General Public License Version 3 o posterior con respecto a las condiciones de copyright. No existe NINGUNA RESPONSABILIDAD.
Si encuentra algún error en la traducción de esta página del manual, envíe un correo electrónico a debian-l10n-spanish@lists.debian.org.
systemd 252 |