snippetbashTip
reboot — Reboot the system. More information: <https://keith.github.io/xcode-man-pages/reboot.8.html>.
Viewed 0 times
thecommandrebootcliinformationmoresystem
macos
Problem
How to use the
reboot command: Reboot the system. More information: <https://keith.github.io/xcode-man-pages/reboot.8.html>.Solution
reboot — Reboot the system. More information: <https://keith.github.io/xcode-man-pages/reboot.8.html>.Reboot immediately:
sudo rebootReboot immediately without gracefully shutting down:
sudo reboot -qCode Snippets
Reboot immediately
sudo rebootReboot immediately without gracefully shutting down
sudo reboot -qContext
tldr-pages: osx/reboot
Revisions (0)
No revisions yet.