浏览代码

Merge pull request #901 from dylanrees/patch-3

Create halt.md
Leandro Ostera 8 年之前
父节点
当前提交
df845014a0
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. 11 0
      pages/linux/halt.md

+ 11 - 0
pages/linux/halt.md

@@ -0,0 +1,11 @@
+# halt
+
+> Power off or reboot the machine.
+
+- Power the machine off:
+
+`halt`
+
+- Reboot the machine:
+
+`halt --reboot`