HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

reboot — Reboot the system. More information: <https://keith.github.io/xcode-man-pages/reboot.8.html>.

Submitted by: @import:tldr-pages··
0
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 reboot


Reboot immediately without gracefully shutting down:
sudo reboot -q

Code Snippets

Reboot immediately

sudo reboot

Reboot immediately without gracefully shutting down

sudo reboot -q

Context

tldr-pages: osx/reboot

Revisions (0)

No revisions yet.