tldr/pages/osx/reboot.md

13 lines
220 B
Markdown
Raw Normal View History

2019-10-17 04:56:45 +01:00
# reboot
> Reboot the system.
> More information: <https://keith.github.io/xcode-man-pages/reboot.8.html>.
2019-10-17 04:56:45 +01:00
- Reboot immediately:
`sudo reboot`
- Reboot immediately without gracefully shutting down:
`sudo reboot -q`