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