mirror of https://github.com/CrimsonTome/tldr.git
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