Browse Source

poweroff, reboot: add Chinese translation (#4167)

Flex Zhong 4 years ago
parent
commit
2a1ff36bce
2 changed files with 18 additions and 0 deletions
  1. 7 0
      pages.zh/linux/poweroff.md
  2. 11 0
      pages.zh/linux/reboot.md

+ 7 - 0
pages.zh/linux/poweroff.md

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

+ 11 - 0
pages.zh/linux/reboot.md

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