Difference between revisions of "Disown"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | [[wikipedia:disown (Unix)]] in the Unix shells [[ksh]], [[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). | + | [[wikipedia:disown (Unix)]] in the Unix shells [[ksh]], [[bash]] and [[zsh]], the disown [[builtin]] command is used to remove [[jobs (Bash)|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). |
Revision as of 12:17, 11 August 2020
wikipedia:disown (Unix) in the Unix shells ksh, 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).
disown 2322117 -bash: disown: 2322117: no such job
Related terms
See also
Text is available under the Creative Commons Attribution-ShareAlike License; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy.. Source: wikipedia
Advertising: