Procházet zdrojové kódy

Merge pull request #901 from dylanrees/patch-3

Create halt.md
Leandro Ostera před 8 roky
rodič
revize
df845014a0
1 změnil soubory, kde provedl 11 přidání a 0 odebrání
  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`