mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 13:55:25 +02:00
commit
cba6123d9c
1 changed files with 7 additions and 0 deletions
7
pages/common/nohup.md
Normal file
7
pages/common/nohup.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# nohup
|
||||
|
||||
> Allows for a process to live when the terminal gets killed
|
||||
|
||||
- Run process that can live beyond the terminal
|
||||
|
||||
`nohup {{command options}}`
|
Loading…
Add table
Reference in a new issue