Просмотр исходного кода

Merge pull request #901 from dylanrees/patch-3

Create halt.md
Leandro Ostera 8 лет назад
Родитель
Сommit
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`