mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
12 lines
200 B
Markdown
12 lines
200 B
Markdown
# reboot
|
|
|
|
> 重啟系統。
|
|
> 更多資訊:<https://ss64.com/osx/reboot.html>.
|
|
|
|
- 立即重新啟動:
|
|
|
|
`sudo reboot`
|
|
|
|
- 立即強制重新啟動(應避免使用此選項):
|
|
|
|
`sudo reboot -q`
|