1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-19 21:35:31 +02:00

poweroff, reboot: add Chinese translation (#4167)

This commit is contained in:
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`