Files
tldr/pages/linux/halt.md
Enrique Matías Sánchez 0a8d074a07 halt: add link to its man page
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2020-10-07 21:31:21 +01:00

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`