2016-01-09 15:21:38 -05:00
|
|
|
# reboot
|
|
|
|
|
|
|
|
> Reboot the system.
|
2022-10-10 07:35:00 +05:30
|
|
|
> More information: <https://manned.org/reboot.8>.
|
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
|
|
|
|
2025-03-13 04:41:47 +02:00
|
|
|
`reboot {{[-p|--poweroff]}}`
|
2021-03-25 13:46:40 +01:00
|
|
|
|
2023-10-04 10:34:19 +02:00
|
|
|
- Halt (terminates all processes and shuts down the CPU) the system (same as `halt`):
|
2021-03-25 13:46:40 +01:00
|
|
|
|
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:
|
|
|
|
|
2025-03-13 04:41:47 +02:00
|
|
|
`reboot {{[-f|--force]}}`
|
2021-03-25 13:46:40 +01:00
|
|
|
|
|
|
|
- Write the wtmp shutdown entry without rebooting the system:
|
|
|
|
|
2025-03-13 04:41:47 +02:00
|
|
|
`reboot {{[-w|--wtmp-only]}}`
|