Files
tldr/pages.zh/osx/shutdown.md

28 lines
470 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 关机
> 关闭并重启系统。
> 更多信息:<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重启输入格式YYMMDDHHMM
`shutdown -r {{4205101130}}`