Jump to content

disown (Unix)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 123.202.98.244 (talk) at 07:16, 6 October 2013. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In the bash shell, the disown builtin command is used to remove jobs from the job table, or to mark jobs so that a SIGHUP signal is not sent to them if the parent shell receives it (e.g. if the user logs out).

See also