disown: add -h example (#3007)

This commit is contained in:
RH-sdavey
2019-05-14 19:17:37 +02:00
committed by Starbeamrainbowlabs
parent c4e95b92c4
commit d7cffae11e

View File

@@ -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}}`