Files
tldr/pages/linux/disown.md
Starbeamrainbowlabs 5cf741400d disown: add page (#2200)
2018-07-17 20:29:16 +01:00

237 B

disown

Allow sub-processes to live beyond the shell that they are attached to. See also the jobs command.

  • Disown the current job:

disown

  • Disown a specific job:

disown %{{job_number}}

  • Disown all jobs:

disown -a