disown (Unix)
In the Unix shells bash 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
- Job Control in Unix Systems
External links
|
This article is issued from Wikipedia - version of the Wednesday, June 03, 2015. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.