Merge pull request #173 from rubenvereecken/nohup

Added nohup page
This commit is contained in:
Romain Prieto
2014-05-13 09:15:08 +10:00

7
pages/common/nohup.md Normal file
View File

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