/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 명령어로 실행 하여 적용
터미널 끄고 재 접 하면 정상적인 모습 확인 가능
'Technical > System' 카테고리의 다른 글
"mysql" 'show variables' 나타나는 변수의 의미 (0) | 2021.04.22 |
---|---|
"mysql" root password repair [ root 비번 잃어버렸을 경우 ] (0) | 2021.04.21 |
logwatch,Sendmail /var/spool/clientmqueue 용량 (0) | 2021.04.21 |
php.ini soap 모듈 설치 (0) | 2021.04.16 |
Redhat Linux RPM 사용법 (0) | 2021.04.16 |
댓글