Files
tldr/pages/common/nohup.md
Ruben Vereecken 0e60666be2 Added nohup page
2014-03-24 11:17:15 +01:00

7 lines
147 B
Markdown

# nohup
> Allows for a process to live when the terminal gets killed
- Run process that can live beyond the terminal
`nohup {{command options}}`