mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 14:02:08 +02:00
16 lines
245 B
Markdown
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`
|