1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-31 04:17:55 +01:00

shutdown: add Chinese translation

This commit is contained in:
wizarot 2019-03-15 11:44:05 +08:00 committed by Owen Voke
parent c8388fefb1
commit 73490d15af

19
pages.zh/osx/shutdown.md Normal file
View file

@ -0,0 +1,19 @@
# shutdown
> 关闭并重新启动系统.
- 立即关机:
`shutdown -h now`
- 立即休眠:
`shutdown -s now`
- 立即重启:
`shutdown -r now`
- 倒计时 5 分钟重启:
`shutdown -r +{{5}}`