起因:新建一個用戶,把這個用戶的home目錄設置為登錄用戶的home目錄
問題根源:
權限問題
ls -al .ICEauthority
解決方法是進入recovery模式,把權限修改為當前登錄的用戶$USER
sudo chown $USER /home/$USER/.ICEauthority
sudo chmod 644 /home/$USER/.ICEauthority
即ICEauthority這個文件的owner必須是當前用戶
問題根源:
權限問題
ls -al .ICEauthority
解決方法是進入recovery模式,把權限修改為當前登錄的用戶$USER
sudo chown $USER /home/$USER/.ICEauthority
sudo chmod 644 /home/$USER/.ICEauthority
即ICEauthority這個文件的owner必須是當前用戶