develog

[Linux] 환경변수 실행순서 본문

OS & Shell/Linux

[Linux] 환경변수 실행순서

냐옴 2014. 11. 18. 11:53

/etc/profile START

/etc/profile END


.bash_profile START

    .bashrc START

        /etc/bashrc START

        /etc/bashrc END

    .bashrc END

.bash_profile END


'OS & Shell > Linux' 카테고리의 다른 글

[shell] 쉘 스크립트에서 $ 이스케이프 처리  (0) 2015.01.07
[Linux] LD_LIBRARY_PATH 추가  (0) 2014.11.18
[Linux] JDK bit 확인  (0) 2014.11.18
[Linux] User Directory ~  (0) 2014.11.17
[Linux] 환경변수  (0) 2014.11.17
Comments