728x90
* PATH 보기
$ echo $PATH
ex) $ echo $PATH
/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin
* .bash_profile
.bash_profile은 사용자계정 home에 존재
.bash_profile이 없을경우,
$ echo ' ' > .bash_profile
공백을 넣어 생성 해주고
$ vi .bash_profile
에서
PATH=$PATH:$HOME/bin
을 입력해주고 저장후 닫기,
$ source .bash_profile
로 PATH를 추가해주면 사용자가 로그인시 PATH 환경 변수에 추가된다.
출처 : http://valley.egloos.com/viewer/?url=http://geils.egloos.com/2324650
728x90
'UNIX' 카테고리의 다른 글
OPENNI SAMPLE (0) | 2013.08.03 |
---|---|
Installing OpenNI, SensorKinect, and PrimeSense on a Raspberry Pi (0) | 2013.08.03 |
ndk-build command not found (0) | 2013.07.28 |
UNIX tar.gz 압축 풀기 (0) | 2013.07.24 |
Error: Partition(s) on /dev/sdb1 are being used. (0) | 2013.07.22 |