1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.zh/osx/reboot.md

13 lines
197 B
Markdown
Raw Normal View History

# reboot
> 重启系统。
> 更多信息:<https://keith.github.io/xcode-man-pages/reboot.8.html>.
- 立刻重启:
`sudo reboot`
- 立即重启,而无需正常关机:
`sudo reboot -q`