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:
parent
11ba5e0f0e
commit
2a1ff36bce
2 changed files with 18 additions and 0 deletions
7
pages.zh/linux/poweroff.md
Normal file
7
pages.zh/linux/poweroff.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# poweroff
|
||||
|
||||
> 关闭系统.
|
||||
|
||||
- 关闭系统电源:
|
||||
|
||||
`sudo poweroff`
|
11
pages.zh/linux/reboot.md
Normal file
11
pages.zh/linux/reboot.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# reboot
|
||||
|
||||
> 重新启动系统.
|
||||
|
||||
- 立即重新启动:
|
||||
|
||||
`reboot`
|
||||
|
||||
- 立即重启,而无需正常关闭:
|
||||
|
||||
`reboot -f`
|
Loading…
Add table
Reference in a new issue