mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 10:22:08 +02:00
245 B
245 B
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