1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 14:02:08 +02:00
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

16 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`