tldr/pages.zh/osx/shutdown.md

29 lines
507 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# shutdown
> 关闭并重新启动系统。
> 更多信息:<https://keith.github.io/xcode-man-pages/shutdown.8.html>.
- 立即关机:
`shutdown -h now`
- 立即休眠:
`shutdown -s now`
- 立即重启:
`shutdown -r now`
- 倒计时 5 分钟重启:
`shutdown -r "+{{5}}"`
- 在下午 1:00使用 24 小时时钟)关机:
`shutdown -h {{1300}}`
- 在 2042 年 5 月 10 日上午 11:30 重新启动(输入格式:年年月月日日时时分分):
`shutdown -r {{4205101130}}`