2025-03-14 21:59:59 -06:00
|
|
|
# reboot
|
|
|
|
|
|
|
|
|
|
> Reboot the system.
|
|
|
|
|
> More information: <https://manned.org/reboot.8>.
|
|
|
|
|
|
|
|
|
|
- Reboot the system:
|
|
|
|
|
|
|
|
|
|
`reboot`
|
|
|
|
|
|
|
|
|
|
- Power off the system (same as `poweroff`):
|
|
|
|
|
|
2025-03-19 19:23:44 -06:00
|
|
|
`reboot {{[-p|--poweroff]}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Halt (terminates all processes and shuts down the CPU) the system (same as `halt`):
|
|
|
|
|
|
|
|
|
|
`reboot --halt`
|
|
|
|
|
|
|
|
|
|
- Reboot immediately without contacting the system manager:
|
|
|
|
|
|
2025-03-19 19:23:44 -06:00
|
|
|
`reboot {{[-f|--force]}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Write the wtmp shutdown entry without rebooting the system:
|
|
|
|
|
|
2025-03-19 19:23:44 -06:00
|
|
|
`reboot {{[-w|--wtmp-only]}}`
|