요약
- 개별 사용자에 대한 설정 파일
- 경로 : /home/root/.bash_profile (숨김파일)
drwx------. 6 oracle dba 4096 Jun 12 01:20 .
drwxr-xr-x. 3 root root 20 May 6 11:40 ..
-rw-------. 1 oracle dba 2460 Jun 11 22:58 .bash_history
-rw-r--r--. 1 oracle dba 18 Aug 2 2022 .bash_logout
-rw-r--r--. 1 oracle dba 729 Jun 7 18:14 .bash_profile <<<<<<<<<<<<<<<<<<<<<<< ✅
-rw-r--r--. 1 oracle dba 376 Aug 2 2022 .bashrc
-rw-r--r--. 1 oracle dba 194 Jun 11 20:19 batch_sqlplus.sh
drwxr-xr-x. 3 oracle dba 19 May 6 12:16 .java
-rw-r--r--. 1 oracle dba 172 Oct 5 2022 .kshrc
drwxr-x---. 2 oracle dba 40 May 6 12:32 .oracle_jre_usage
-rw-r--r--. 1 oracle dba 59 Jun 11 20:19 script.sql
drwxr-xr-x. 2 oracle dba 146 Jun 7 18:24 sql
-rw-------. 1 oracle dba 3617 Jun 12 01:08 .sqlplus_history
-rw-------. 1 oracle dba 0 Jun 10 20:15 .sqlplus_history-02968.tmp
drwx------. 2 oracle dba 6 May 6 12:16 .ssh
-rw-------. 1 oracle dba 18123 Jun 12 01:20 .viminfo
-rw-------. 1 oracle dba 212 Jun 11 21:19 .Xauthority
.bashrc 와 .bash_profile 의 차이
- .bash_profile : login shell일때 수행 (SSH 로그인, USER별 환경변수 설정이 존재)
- .bashrc : non-login shell일때 수행 (로그인 없이 Shell)
참고자료
- 리눅스 환경변수 확인 : https://cassandra.tistory.com/53
- .bashrc 와 .bash_profile 의 차이 : https://jongmin92.github.io/2016/12/13/Linux%20&%20Ubuntu/bashrc-bash_profile/
반응형