Difference between revisions of "Disown"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
-bash: disown: 2322117: no such job | -bash: disown: 2322117: no such job | ||
+ | [[disown -a]] && exit | ||
== Related terms == | == Related terms == |
Latest revision as of 17:25, 2 August 2022
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
disown -a && exit
Related terms[edit]
See also[edit]
jobs
,jobs -l, bg
,fg
,disown
,wait
,nohup, kill, trap
tmux
[ ls | a | new ]
,.tmux.conf, tlog, cockpit
Bash [ -c ]
,alias
,&&
, Bash history, Autocompletion,set
,unset
,export
,.bash_aliases, .bashrc and .bash profile
,PS1
,echo
,brace expansion
, Function,shopt
,trap
,set -e
,source
,PATH
,complete
,disown
,.hushlogin
,.bashrc
,builtin
,eval
,set
,$PATH
,$HOME
,TZ
,.profile
,-e, -i
,Builtin (Bash)
,mapfile
,~
, return (Bash), for, until,declare, dirname, basename, functions.sh
, Bash arithmetic expansion,shift, bash --rcfile, readonly, $1, $@
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: