When bash is invoked as an interactive login shell, or as a non-interactive shell with the --login option, it first reads and executes commands from the file/etc/profile, if that file exists. After reading that file, it looks for~/.bash_profile~/.bash_login, and ~/.profile, in that order, and reads and executes commands from the first one that exists and is readable. The --noprofileoption may be used when the shell is started to inhibit this behavior.
...
When an interactive shell that is not a login shell is started, bash reads and executes commands from /etc/bash.bashrc and ~/.bashrc, if these files exist. This may be inhibited by using the --norc option. The --rcfile file option will force bash to read and execute commands from file instead of /etc/bash.bashrcand ~/.bashrc.


  • .profile is for things that are not specifically related to Bash, like environment variables PATH and friends, and should be available anytime. For example,.profile should also be loaded when starting a graphical desktop session.
  • .bashrc is for the configuring the interactive Bash usage, like Bash aliases, setting your favorite editor, setting the Bash prompt, etc.
  • .bash_profile is for making sure that both the things in .profile and .bashrcare loaded for login shells. For example, .bash_profile could be something simple like
    . ~/.profile
    . ~/.bashrc


댓글 0

목록
번호 제목 글쓴이 날짜 조회 수
공지 [정보] Noteworthy Composer(NWC) 사용법 & 팁 Taedong Yun 2012.05.07 125431
공지 [정보] 이메일 설정 Taedong Yun 2011.07.09 47533
공지 [정보] 중요 리눅스 커맨드 (계속 업데이트) Taedong Yun 2010.05.01 102240
공지 [자료] 시외버스 & 5005번 시간표 Taedong Yun 2005.03.11 61372
공지 [자료] Token Taedong Yun 2005.03.24 59409
공지 이름 대신 뜨는 이미지박스 신청 요령~ Taedong Yun 2004.02.25 56036
공지 - 의문사항 노트 Taedong Yun 2007.09.21 63410
공지 - 관심이 가는 책들 Taedong Yun 2005.01.15 56149
14 [정보] Mac OS X 설정 정보 Taedong Yun 2013.01.08 11745
13 [정보] 윈도우 시작 시 AsusSetup Log파일 lost 메시지 뜰 때 관리법 Taedong Yun 2013.03.08 11914
12 [정보] Excel CSV - Number cell format Taedong Yun 2013.07.10 11500
11 [정보] VLC 플레이어 한글 자막 설정 Taedong Yun 2013.11.07 11432
10 [정보] Adobe Photoshop 포토샵 한글판 언어 영문으로 바꾸기 Taedong Yun 2013.11.20 8910
9 [정보] Thunderbird 언어 변경 Taedong Yun 2013.12.03 15892
8 [정보] Dropbox 아이콘이 보이지 않을 경우 해결법 Taedong Yun 2013.12.24 10251
7 [정보] Windows 사용자 이름 변경 Taedong Yun 2014.03.03 11236
6 [정보] 카카오톡 백업 & 복원 Taedong Yun 2014.03.27 17695
5 [정보] Verizon LG G2 root, wifi tether, etc. Taedong Yun 2014.03.29 12297
4 [정보] 리눅스 서버 / DB 백업 Taedong Yun 2014.04.09 9459
3 [정보] Cisco Anyconnect VPN & Jabber Download Taedong Yun 2014.06.11 11082
2 [정보] 안드로이드 - 저장된 WIFI 비밀번호 보기 Taedong Yun 2014.08.17 51585
1 [정보] CSS 색상표 Taedong Yun 2015.09.26 779