2021年5月4日火曜日

Ctrl-d で ログアウトしない ( 今更ながら )

Ctrl-d でログアウトしない設定。
今更ながらこのメモを書くのは、その設定になってないシステムがあって困ったからだ。

$ set -o ignoreeof

ちなみに、現在の設定を確認するのは、set -o

$ set -o
allexport       off
braceexpand     on
emacs           on
errexit         off
errtrace        off
functrace       off
hashall         on
histexpand      on
history         on
ignoreeof       on
interactive-comments    on
keyword         off
monitor         on
noclobber       on
noexec          off
noglob          off
nolog           off
notify          off
nounset         off
onecmd          off
physical        off
pipefail        off
posix           off
privileged      off
verbose         off
vi              off
xtrace          off

● Ctrl-d, ログアウト, logout, ignoreeof, させない, しない