Could not Update ICEauthority File in Linux
July 09 2014
You may get an error when you logged into user account in Linux system,
Could not update .ICEauthority file
You want to check correct permission to .ICEauthority for that user,
# chown username:username /home/user/.ICEauthority
# chmod 644 /home/user/.ICEauthority
or
# chmod 644 /home/user/.ICEauthority
# cd /home/username
# chown -R username:username .*
# chown -R username:username .*
Including you need to check the /home path with 755 permission, or you can set permission using chmod command
# chmod 755 /home
Once you have updated all the changes reboot (restart) your system.
# cd /home/username # chown -R username:username .* Including you need to check the /home path with 755 permission, or you can set permission using chmod command # chmod 755 /home This helped me thanks !!!!!!!!!!!!!!!!!!!!!!