소스 검색

Added nohup page

Ruben Vereecken 11 년 전
부모
커밋
0e60666be2
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      pages/common/nohup.md

+ 7 - 0
pages/common/nohup.md

@@ -0,0 +1,7 @@
+# nohup
+
+> Allows for a process to live when the terminal gets killed
+
+- Run process that can live beyond the terminal
+
+`nohup {{command options}}`