- 유닉스 환경변수 설정
- 日常茶飯事
- 2009. 5. 17. 18:28
/etc/profile 이 적용된 후에 USER_HOME/.profile 이 적용된다.
root 사용자는 /.profile 이 사용된다.
profile 수정후에 로그아웃을 하고 다시 로그인하면 적용되지만 다음 명령으로 바로 적용이 가능하다.
[todo] profile 은 어떤 쉘에서 사용가능? Command Line Interface 와도...
root 사용자는 /.profile 이 사용된다.
profile 수정후에 로그아웃을 하고 다시 로그인하면 적용되지만 다음 명령으로 바로 적용이 가능하다.
# source /etc/profile //Linux
# . /etc/profile //Unix
# . /etc/profile //Unix
[todo] profile 은 어떤 쉘에서 사용가능? Command Line Interface 와도...
profile 바로 적용하기
source .profile, ./.profile 둘다 안됨...1구매에서
Recent comment