disown Command Examples

Allow sub-processes to live beyond the shell that they are attached to. See also the jobs command. More information: https://www.gnu.org/software/bash/manual/bash.html#index-disown.

disown

disown %{{job_number}}

disown -a

disown -h %{{job_number}}