1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 23:22:07 +02:00
tldr/pages/osx/reboot.md
2022-02-14 08:21:43 -03:00

12 lines
199 B
Markdown

# reboot
> Reboot the system.
> More information: <https://ss64.com/osx/reboot.html>.
- Reboot immediately:
`sudo reboot`
- Reboot immediately without gracefully shutting down:
`sudo reboot -q`