Pārlūkot izejas kodu

Added nohup page

Ruben Vereecken 11 gadi atpakaļ
vecāks
revīzija
0e60666be2
1 mainītis faili ar 7 papildinājumiem un 0 dzēšanām
  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}}`