mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-01 20:42:39 +00:00
18 lines
310 B
Plaintext
18 lines
310 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, osx]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|