disown: add -h example (#3007)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
c4e95b92c4
commit
d7cffae11e
@@ -14,3 +14,7 @@
|
|||||||
- Disown all jobs:
|
- Disown all jobs:
|
||||||
|
|
||||||
`disown -a`
|
`disown -a`
|
||||||
|
|
||||||
|
- Keep job (do not disown it), but mark it so that no future SIGHUP is received on shell exit:
|
||||||
|
|
||||||
|
`disown -h %{{job_number}}`
|
||||||
|
Reference in New Issue
Block a user