Переглянути джерело

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`