# reboot > Reboot the system. > More information: . - Reboot the system: `reboot` - Power off the system (same as `poweroff`): `reboot --poweroff` - Halt the system (same as `halt`): `rebooot --halt` - Reboot immediately without contacting the system manager: `reboot --force --force` - Write the wtmp shutdown entry without rebooting the system: `reboot --wtmp-only`