2016-01-09 20:21:38 +00:00
|
|
|
# reboot
|
|
|
|
|
|
|
|
> Reboot the system.
|
2021-03-25 12:46:40 +00:00
|
|
|
> More information: <https://www.man7.org/linux/man-pages/man8/reboot.8.html>.
|
2016-01-09 20:21:38 +00:00
|
|
|
|
2021-03-25 12:46:40 +00:00
|
|
|
- Reboot the system:
|
2016-01-09 20:21:38 +00:00
|
|
|
|
|
|
|
`reboot`
|
|
|
|
|
2021-03-25 12:46:40 +00:00
|
|
|
- Power off the system (same as `poweroff`):
|
2016-01-09 20:21:38 +00:00
|
|
|
|
2021-03-25 12:46:40 +00:00
|
|
|
`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`
|