Detaching a process from the shell

May 2009


In BASH, the disown %jobspec builtin removes a jobs from the job list and from the list of processes to be sent a SIGHUP when the shell receiives a SIGHUP.