mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-25 08:55:25 +02:00
Added nohup page
This commit is contained in:
parent
84be2a73d1
commit
0e60666be2
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