table of contents
other versions
- wheezy 44-11+deb7u4
- wheezy 2.88dsf-41+deb7u1
- wheezy-backports 204-14~bpo70+1
- jessie 215-17+deb8u7
- jessie 2.88dsf-59
- jessie-backports 230-7~bpo8+2
- testing 232-25
- testing 2.88dsf-59.9
- unstable 232-25
- unstable 2.88dsf-59.9
- experimental 233-8
HALT(8) | halt | HALT(8) |
NAME¶
halt, poweroff, reboot - Halt, power-off or reboot the machineSYNOPSIS¶
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: --helpPrints a short help text and exits.
--halt
Halt the machine, regardless of which one of
the three commands is invoked.
-p, --poweroff
Power-off the machine, regardless of which one
of the three commands is invoked.
--reboot
Reboot the machine, regardless of which one of
the three commands is invoked.
-f, --force
Force immediate halt, power-off, reboot. Don't
contact the init system.
-w, --wtmp-only
Only write wtmp shutdown entry, don't actually
halt, power-off, reboot.
-d, --no-wtmp
Don't write wtmp shutdown entry.
--no-wall
Don't send wall message before halt,
power-off, reboot.
EXIT STATUS¶
On success 0 is returned, a non-zero failure code otherwise.NOTES¶
These are legacy commands available for compatibility only.SEE ALSO¶
systemd 204 |