잘 정리되어 있는 블로그 주
linux .profile vs /etc/profile : 설정 범위가 어디까지 영향을 미치는가?
/etc/profile: 모든 사용자에게 적용되는 설정이 적용.
~/.profile: 현재 로그인한 사용자에게 적용되는 설정.
/etc/profile 확인하는 방법: cd /etc -> ls
잘 정리되어 있는 블로그 주
linux .profile vs /etc/profile : 설정 범위가 어디까지 영향을 미치는가?
/etc/profile: 모든 사용자에게 적용되는 설정이 적용.
~/.profile: 현재 로그인한 사용자에게 적용되는 설정.
/etc/profile 확인하는 방법: cd /etc -> ls
Comments
Post a Comment