-bash-4.1$ 로 표시가 되는 경우
vi /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 명령어를 실행하여 적용
로그 아웃 후 다시 확인해 보면 로그인한 사용자 계정이 보일 것 이다.
출처 : dbjara.com
'리눅스' 카테고리의 다른 글
cnetos 7 firewall 설정 (0) | 2015.04.28 |
---|---|
.htpasswd 설정 (0) | 2015.04.28 |
nfs 설치 설정 (0) | 2015.04.24 |
mod-cband 설치 (0) | 2015.04.23 |
캐릭터셋 변경하기 (0) | 2015.04.20 |