halt systemd halt 8 halt poweroff reboot Halt, power-off or reboot the machine halt OPTIONS poweroff OPTIONS reboot OPTIONS Description halt, poweroff, reboot may be used to halt, power-off or reboot the machine. Options The following options are understood: Halt the machine, regardless of which one of the three commands is invoked. Power-off the machine, regardless of which one of the three commands is invoked. Reboot the machine, regardless of which one of the three commands is invoked. Force immediate halt, power-off, or reboot. When specified once, this results in an immediate but clean shutdown by the system manager. When specified twice, this results in an immediate shutdown without contacting the system manager. See the description of in systemctl1 for more details. Only write wtmp shutdown entry, do not actually halt, power-off, reboot. Do not write wtmp shutdown entry. Don't sync hard disks/storage media before halt, power-off, reboot. Do not send wall message before halt, power-off, reboot. Exit status On success, 0 is returned, a non-zero failure code otherwise. Notes These commands are implemented in a way that preserves compatibility with the original SysV commands. systemctl1 verbs halt, poweroff, reboot provide the same functionality with some additional features. See Also systemd1, systemctl1, shutdown8, wall1