Browse Source

Merge pull request #901 from dylanrees/patch-3

Create halt.md
Leandro Ostera 8 năm trước cách đây
mục cha
commit
df845014a0
1 tập tin đã thay đổi với 11 bổ sung0 xóa
  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`