poweroff, reboot: add Chinese translation (#4167)

client-spec/clarity
Flex Zhong 2020-07-10 04:31:23 +08:00 committed by GitHub
parent 11ba5e0f0e
commit 2a1ff36bce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,7 @@
# poweroff
> 关闭系统.
- 关闭系统电源:
`sudo poweroff`

11
pages.zh/linux/reboot.md Normal file
View File

@ -0,0 +1,11 @@
# reboot
> 重新启动系统.
- 立即重新启动:
`reboot`
- 立即重启,而无需正常关闭:
`reboot -f`