tldr/pages/common/nohup.md

8 lines
150 B
Markdown
Raw Normal View History

2014-03-24 10:17:15 +00:00
# nohup
> Allows for a process to live when the terminal gets killed.
2014-03-24 10:17:15 +00:00
- Run process that can live beyond the terminal:
2014-03-24 10:17:15 +00:00
`nohup {{command options}}`