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:
parent
c8388fefb1
commit
73490d15af
1 changed files with 19 additions and 0 deletions
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}}`
|
Loading…
Reference in a new issue