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:
parent
8f5d68b7d0
commit
03111f6911
1 changed files with 11 additions and 0 deletions
11
pages/osx/reboot.md
Normal file
11
pages/osx/reboot.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# reboot
|
||||
|
||||
> Reboot the system.
|
||||
|
||||
- Reboot immediately:
|
||||
|
||||
`sudo reboot`
|
||||
|
||||
- Reboot immediately without gracefully shutting down:
|
||||
|
||||
`sudo reboot -q`
|
Loading…
Add table
Reference in a new issue