320x100
솔라리스 계열은 ctrl + d 눌러서 자동완성을 했다.
centos 계열은 tab 으로 자동완성을 하는데
솔라리스 부터 사용한사람은 ctrl + d 가 습관처럼 눌러진다.
centos 에서 ctrl + d 는 로그아웃이다 terminal 종료가 되거나 닫힌다.
이걸 방지 하기 위해서는
IGNOREEOF 를 환경 변수에 넣어주면 된다.
bash
set -o IGNOREEOF
csh
set IGNOREEOF=10
320x100
'Linux' 카테고리의 다른 글
python pip 패키시 오프라인 환경에서 설치 (0) | 2021.03.04 |
---|---|
yum 특정 패키지 제외 설치 (0) | 2021.02.25 |
hint: Updates were rejected because the remote contains work that you dohint: not have locally. This is usually caused by another repository pushing (0) | 2021.02.18 |
docker image 만들어서 Private Docker Registry 등록 (0) | 2021.02.09 |
docker volume mount (0) | 2021.02.03 |