소스 검색

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`