新安裝的 Oracle Linux 6.8(實際上是下面的 RHEL/CentOS 6.8 版本),yum install xorg-x11-xauth, xauth list
, xauth generate
,所有涉及 $HOME/.Xauthority 檔案的 xauth 指令都會失敗並顯示xauth: error in locking authority file /root/.Xauthority
。我有這3個文件:
[root@oracle11 ~]# ll .Xauthority*
-rw-------. 1 root root 0 Dec 7 09:45 .Xauthority
-rw-------. 2 root root 0 Dec 7 09:45 .Xauthority-c
-rw-------. 2 root root 0 Dec 7 09:45 .Xauthority-l
經過一番搜尋後,我看到 .Xauthority 檔案具有正確的屬性。為什麼會發生這些?我也用 root 以外的使用者嘗試過這些,同樣的。