로그인 쉘(Login shell), 논 로그인 쉘의 실행 절차


First written by caliber50 on 2016. 11. 11. 19:47

□ 로그인 쉘(Login shell)의 실행 절차(Bash)

○ 로그인 프로세스 : /etc/profile 호출  

○ /etc/profile : /etc/profile.d내 스크립트 호출

○ 로그인 프로세스 : ~/.bash_profile 호출

○ ~/.bash_profile : ~/.bashrc 호출

○ ~/.bashrc : /etc/bashrc 호출


□ 논 로그인 쉘(Non login shell) 실행 절차(Bash)

○ 논 로그인 프로세스 : ~/.bashrc 호출

○ ~/.bashrc : /etc/bashrc 호출

○ /etc/bashrc : /etc/profile.d내 스크립트 호출


"언제나 신뢰할 수 있는 자료로 찾아뵙겠습니다"
"도움이 되셨다면 '좋아요' 부탁드리겠습니다."