Files
tldr/pages/common/nohup.md
2020-11-01 13:40:05 +00:00

8 lines
162 B
Markdown

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