mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-01-06 00:45:38 +03:00
8 lines
150 B
Markdown
8 lines
150 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}}`
|