shutdown: add Chinese translation
This commit is contained in:
19
pages.zh/osx/shutdown.md
Normal file
19
pages.zh/osx/shutdown.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# shutdown
|
||||
|
||||
> 关闭并重新启动系统.
|
||||
|
||||
- 立即关机:
|
||||
|
||||
`shutdown -h now`
|
||||
|
||||
- 立即休眠:
|
||||
|
||||
`shutdown -s now`
|
||||
|
||||
- 立即重启:
|
||||
|
||||
`shutdown -r now`
|
||||
|
||||
- 倒计时 5 分钟重启:
|
||||
|
||||
`shutdown -r +{{5}}`
|
Reference in New Issue
Block a user