Linux

could not update iceauthority file /home/user/.iceauthority

Naan 2014. 4. 25. 09:40
반응형


could not update iceauthority file /home/user/.iceauthority

로그인 시 위와 같이 에러가 뜬다면


권한 설정이 문제가 있어서 그렇다


# cd /home/test

# ls -al .ICEauthority 

.ICEauthority 파일이 있는지 확인후 없다면 생성 (touch .ICEauthority)


# chown test1:users .ICEauthority

# chmod 600 .ICEauthority

# reboot


하면 정상적으로 로그인 될것이다.




반응형