/etc/profile 과 ~/.profile 에 대해

잘 정리되어 있는 블로그 주


리눅스 프로필과 환경변수 설정


linux .profile vs /etc/profile : 설정 범위가 어디까지 영향을 미치는가?


/etc/profile: 모든 사용자에게 적용되는 설정이 적용.


~/.profile: 현재 로그인한 사용자에게 적용되는 설정.


/etc/profile 확인하는 방법: cd /etc -> ls



Comments