1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/halt.md

17 lines
245 B
Markdown
Raw Normal View History

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