Explorar el Código

Merge pull request #901 from dylanrees/patch-3

Create halt.md
Leandro Ostera hace 8 años
padre
commit
df845014a0
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  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`