diff --git a/pages.zh/osx/shutdown.md b/pages.zh/osx/shutdown.md index 5098a4d5b..1ea159653 100644 --- a/pages.zh/osx/shutdown.md +++ b/pages.zh/osx/shutdown.md @@ -17,3 +17,11 @@ - 倒计时 5 分钟重启: `shutdown -r +{{5}}` + +- 在下午 1:00(使用 24 小时时钟)关机: + +`shutdown -h {{1300}}` + +- 在 2042 年 5 月 10 日上午 11:30 重新启动(输入格式:年年月月日日时时分分): + +`shutdown -r {{4205101130}}`