linux從新啓動錯誤 could not update ICEauthority file

linux從新啓動錯誤 could not update ICEauthority file

linux從新啓動異常 could not update ICEauthority file

 

linux啓動時報Could not update ICEauthority file /var/lib/gdm/.ICEauthority linux

 

首先須要經過linux單用戶模式登錄該系統 動畫


 

進入單用戶模式:
  grub 進入啓動畫面以後,敲入「e」,把光標移動到kernel ...那一行,再敲入「e」,在kernel 一行的最後加上空格single,回車敲入「b」,啓動系統,即進入單用戶模式。

出現此錯誤的緣由是因爲/var/lib/gdm/.ICEauthority下的文件被更改所引發的。咱們只要操做如下命令便可: spa

 

[root@hsdb02 tmp]# chown -R root:root /var  code

[root@hsdb02 tmp]# chown -R gdm: /var/lib/gdm it

 

若是操做此命令chown -R gdm: /var/lib/gdm 提示錯誤,則使用如下命令 class

[root@hsdb02 tmp]# cd /var/lib/gdm date

[root@hsdb02 tmp]#lsattr .ICEauthority  #此命令爲查看此文件所具備的隱藏屬性,而後次用chattr命令更改屬性。 file

eg:這個文件的隱藏屬性是i,則用命令 異常

[root@hsdb02 tmp]# chattr -i .ICEauthority db

 

最後在執行  [root@hsdb02 tmp]# chown -R gdm: /var/lib/gdm 就不會提示錯誤了。

 

完成相應操做後,重啓系統便可。

相關文章
相關標籤/搜索