disown (Unix)

From HandWiki
Revision as of 18:24, 6 February 2024 by Len Stevenson (talk | contribs) (change)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Short description: Unix builtin command

In the Unix shells ksh, bash, fish and zsh, 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

  • nohup, a POSIX command to ignore the HUP (hangup) signal

External links