반응형
일반계정 로그인시 쉘이 bash-3.2$ 로 나오는 경우가 있다.
정상적인모양은 [test@localhost ~]$ 이다.
/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 명령어를 ?
'리눅스 > 기타' 카테고리의 다른 글
오라클 실행? (0) | 2014.11.23 |
---|---|
log 파일 내부내용 지우기 (0) | 2014.11.23 |
Centos 패스워드 분실시 변경방법 (0) | 2014.11.23 |
iptables 포트 포워딩 (0) | 2014.11.23 |
mount -o remount rw /명? (0) | 2014.11.23 |