1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 16:46:00 +02:00

reboot: add page (for macOS) (#3400)

This commit is contained in:
Diogo Pinela 2019-10-17 04:56:45 +01:00 committed by Agniva De Sarker
parent 8f5d68b7d0
commit 03111f6911

11
pages/osx/reboot.md Normal file
View file

@ -0,0 +1,11 @@
# reboot
> Reboot the system.
- Reboot immediately:
`sudo reboot`
- Reboot immediately without gracefully shutting down:
`sudo reboot -q`