Linux2023. 1. 27. 15:08

huponexit 는 off가 기본값인데

on으로 할경우 &로 백그라운드로 실행된 프로그램들이 세션 종료시 종료되지 않고 계속 실행된다고 한다.

$ shopt -s huponexit

위의 명령을 실행하면 set이 되어 on이 된다. (세션별로 적용된다)

 

$ shopt
autocd          off
cdable_vars     off
cdspell         off
checkhash       off
checkjobs       off
checkwinsize    on
cmdhist         on
compat31        off
compat32        off
compat40        off
compat41        off
compat42        off
compat43        off
complete_fullquote      on
direxpand       off
dirspell        off
dotglob         off
execfail        off
expand_aliases  on
extdebug        off
extglob         on
extquote        on
failglob        off
force_fignore   on
globasciiranges off
globstar        off
gnu_errfmt      off
histappend      on
histreedit      off
histverify      off
hostcomplete    off
huponexit       off
inherit_errexit off
interactive_comments    on
lastpipe        off
lithist         off
login_shell     off
mailwarn        off
no_empty_cmd_completion off
nocaseglob      off
nocasematch     off
nullglob        off
progcomp        on
promptvars      on
restricted_shell        off
shift_verbose   off
sourcepath      on
xpg_echo        off

 

[링크 : https://joonyon.tistory.com/entry/쉽게-설명한-nohup-과-백그라운드-명령어-사용법]

[링크 : https://rhr0916.tistory.com/62]

[링크 : https://m.blog.naver.com/2feelus/220363644372]

'Linux' 카테고리의 다른 글

bash completion  (0) 2023.03.27
리눅스 키보드로 강제 종료하기  (0) 2023.03.10
리눅스 배터리 wear level  (0) 2023.01.04
mpx - Multi-pointer X  (0) 2022.12.27
간단한 코어덤프 유발 프로그램  (1) 2022.12.22
Posted by 구차니