본문 바로가기
I T/Linux

bash-3.2$ 로 나오는경우..

by 루솨 2015. 8. 30.

/etc/profile 에 아래 내용 추가

if [ -x /usr/libexec/path_helper ]; then
        eval `/usr/libexec/path_helper -s`
fi

if [ "${BASH-no}" != "no" ]; then
        [ -r /etc/bashrc ] && . /etc/bashrc
fi

source /etc/profile 명령어로 실행 하여 적용
터미널 끄고 재 접 하면 정상적인 모습 확인.


'I T > Linux' 카테고리의 다른 글

레드햇계열 리눅스 RPM 사용법  (0) 2015.08.30
/var/spool/clientmqueue 용량  (0) 2015.08.30
우분투 1.4 wine 설치 방법  (0) 2015.08.30
우분투에서 윈도우파티션 마운트 안될때  (0) 2015.08.30
리눅스 보드장치명  (0) 2015.08.30