2010.11.10 17:06
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 --noprofile
option 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.bashrc
and ~/.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 .bashrc
are loaded for login shells. For example, .bash_profile
could be something simple like. ~/.profile
. ~/.bashrc
번호 | 제목 | 글쓴이 | 날짜 | 조회 수 |
---|---|---|---|---|
공지 | [정보] Noteworthy Composer(NWC) 사용법 & 팁 | Taedong Yun | 2012.05.07 | 125435 |
공지 | [정보] 이메일 설정 | Taedong Yun | 2011.07.09 | 47535 |
공지 | [정보] 중요 리눅스 커맨드 (계속 업데이트) | Taedong Yun | 2010.05.01 | 102285 |
공지 | [자료] 시외버스 & 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 | 정보처리기사 [1] | 윤태동 | 2005.01.17 | 6089 |
13 | 탄핵안 가결과 법적 절차. | 윤태동 | 2004.03.12 | 6089 |
12 | 제발 개념을 좀 가졌으면.. | 윤태동 | 2005.01.18 | 6082 |
11 | 그러고 보니 [3] | 윤태동 | 2004.05.05 | 6077 |
10 | 개념있는 부자가 됩시다 | 윤태동 | 2005.02.05 | 6076 |
9 | 프렌즈 끝났다.. | 윤태동 | 2004.05.09 | 6067 |
8 | 서머세션 해야할 일 | 윤태동 | 2004.03.05 | 6063 |
7 | ㅋㅋ3월도 끝나간다.. [13] | 이은정 | 2004.03.21 | 6052 |
6 | [펌글] 아무리 봐도 이거 진짜 잘맞는다...ㅋ | 윤태동 | 2004.08.05 | 6047 |
5 | [기사] 남자는 여자때문에 일찍 죽어(?) | 윤태동 | 2004.07.21 | 6030 |
4 | [정보] CSS 색상표 | Taedong Yun | 2015.09.26 | 779 |
3 |
수학과 03 주소록
[3] ![]() | 윤태동 | 2004.03.18 | 54 |
2 |
나에게
![]() | 윤태동 | 2004.03.10 | 6 |
1 |
[개인] TOEIC 결과
![]() | 윤태동 | 2005.03.20 | 5 |