mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 14:02:08 +02:00
12 lines
220 B
Markdown
12 lines
220 B
Markdown
# 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`
|