浏览代码

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}}`