reboot
Reboot the system.
- 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 --force
- Write the wtmp shutdown entry without rebooting the system:
reboot --wtmp-only
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).