Blog

Could not Update ICEauthority File in Linux

Linux

Could not Update ICEauthority File in Linux

You may get an error when you logged into user account in Linux system,

Could not update .ICEauthority file

You have to check correct permission to .ICEauthority for that user,

$ chown username:username /home/user/.ICEauthority

$ chmod 644 /home/user/.ICEauthority

or

$ 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

Once you have updated all the changes reboot (restart) your system.

Spread the love

Leave your thought here

Your email address will not be published. Required fields are marked *