tldr/pages/linux/halt.md

17 lines
245 B
Markdown

# halt
> Halt, power-off or reboot the machine.
> More information: <https://www.freedesktop.org/software/systemd/man/halt.html>.
- Halt the machine:
`halt`
- Power the machine off:
`halt --poweroff`
- Reboot the machine:
`halt --reboot`