Could not Update ICEauthority File in Linux
February 8, 2024 2024-02-28 18:27Could not Update ICEauthority File in 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.