tldr/pages/linux/halt.md

17 lines
245 B
Markdown
Raw Normal View History

2016-05-27 16:47:57 +01:00
# halt
2020-10-07 12:38:05 +01:00
> Halt, power-off or reboot the machine.
> More information: <https://www.freedesktop.org/software/systemd/man/halt.html>.
2016-05-27 16:47:57 +01:00
2020-10-07 12:38:05 +01:00
- Halt the machine:
2016-05-27 16:47:57 +01:00
`halt`
2020-10-07 12:38:05 +01:00
- Power the machine off:
`halt --poweroff`
2016-05-27 16:47:57 +01:00
- Reboot the machine:
`halt --reboot`