1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 13:55:25 +02:00

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
commit cba6123d9c

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