tldr/pages/common/nohup.md

9 lines
232 B
Markdown

# nohup
> Allows for a process to live when the terminal gets killed.
> More information: <https://www.gnu.org/software/coreutils/nohup>.
- Run a process that can live beyond the terminal:
`nohup {{command}} {{command_options}}`