2016-01-09 15:21:38 -05:00
|
|
|
# reboot
|
|
|
|
|
|
|
|
> Reboot the system.
|
2021-03-25 13:46:40 +01:00
|
|
|
> More information: <https://www.man7.org/linux/man-pages/man8/reboot.8.html>.
|
2016-01-09 15:21:38 -05:00
|
|
|
|
2021-03-25 13:46:40 +01:00
|
|
|
- Reboot the system:
|
2016-01-09 15:21:38 -05:00
|
|
|
|
|
|
|
`reboot`
|
|
|
|
|
2021-03-25 13:46:40 +01:00
|
|
|
- Power off the system (same as `poweroff`):
|
2016-01-09 15:21:38 -05:00
|
|
|
|
2021-03-25 13:46:40 +01:00
|
|
|
`reboot --poweroff`
|
|
|
|
|
|
|
|
- Halt the system (same as `halt`):
|
|
|
|
|
2021-06-01 11:01:39 -04:00
|
|
|
`reboot --halt`
|
2021-03-25 13:46:40 +01:00
|
|
|
|
|
|
|
- Reboot immediately without contacting the system manager:
|
|
|
|
|
|
|
|
`reboot --force --force`
|
|
|
|
|
|
|
|
- Write the wtmp shutdown entry without rebooting the system:
|
|
|
|
|
|
|
|
`reboot --wtmp-only`
|