./categories/os
bash-4.2$ → skel 복사
bash-4.2$ 프롬프트 (skel 미복사)
홈에 .bashrc 등이 없을 때 발생.
cp -a /etc/skel/. /home/계정/
# 또는
cp -rp /etc/skel/. /home/계정/
chown -R 계정:계정 /home/계정
su - 계정
관련 링크: https://xbb123.tistory.com/48
./comments
일치하는 문서가 없습니다.
./categories/os
홈에 .bashrc 등이 없을 때 발생.
cp -a /etc/skel/. /home/계정/
# 또는
cp -rp /etc/skel/. /home/계정/
chown -R 계정:계정 /home/계정
su - 계정
관련 링크: https://xbb123.tistory.com/48
./comments