2019-10-17 04:56:45 +01:00
|
|
|
# reboot
|
|
|
|
|
|
|
|
> Reboot the system.
|
2022-02-14 11:21:43 +00:00
|
|
|
> More information: <https://ss64.com/osx/reboot.html>.
|
2019-10-17 04:56:45 +01:00
|
|
|
|
|
|
|
- Reboot immediately:
|
|
|
|
|
|
|
|
`sudo reboot`
|
|
|
|
|
|
|
|
- Reboot immediately without gracefully shutting down:
|
|
|
|
|
|
|
|
`sudo reboot -q`
|