Files
tldr/pages/common/nohup.md
2021-04-01 18:54:26 +03:00

9 lines
230 B
Markdown

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