mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 09:42:07 +02:00
399 B
399 B
reboot
Reboot the system. More information: https://manned.org/reboot.8.
- Reboot the system:
reboot
- Power off the system (same as
poweroff
):
reboot --poweroff
- Halt the system (same as
halt
):
reboot --halt
- Reboot immediately without contacting the system manager:
reboot --force
- Write the wtmp shutdown entry without rebooting the system:
reboot --wtmp-only