develog

[Linux] .bashrc vs .bash_profile 본문

OS & Shell/Linux

[Linux] .bashrc vs .bash_profile

냐옴 2017. 5. 23. 18:55

 

.bashrc 는 다음에 주로 사용됨

- set aliases

- define functions

- customize prompt

 

.bash_profile 는 다음에 주로 사용됨

- set PATH variable

- run commands that are needed only once at start of your session.

 

https://www.tutorialspoint.com/bashrc-vs-bash-profile-what-is-difference

http://www.joshstaiger.org/archives/2005/07/bash_profile_vs.html

http://uroa.tistory.com/m/114

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

[Linux] find 검색 결과만 출력  (0) 2017.05.29
[Linux] env 환경 변수  (0) 2017.05.24
[Linux] alias ll  (0) 2017.05.23
[Linux] bash color 확인  (0) 2017.05.23
[Linux] vi colors  (0) 2017.05.23
Comments