超級網迷

超級網迷+ 電腦迷+ 音樂迷
個人資料
正文

Linux問答: $HOME/.dmrc file is being ignored

(2010-04-14 18:55:08) 下一個

Question : When you tried to login, if you got the following message:

"User's $HOME/.dmrc file is being ignored. This prevents the default sessin and language from being saved. File should be owne dby user and have 644 permissions. User's $HOME directory must be owned by user and not writable by other users."

There is a way to fix it. Here is how:

sudo chmod 644 /home/ricardimo/.dmrc
sudo chown ricardisimo /home/ricardisimo/.dmrc
sudo chmod -R 700 /home/ricardisimo
sudo chown -R ricardisimo /home/ricardisimo


Cheers!


2010.04

[ 打印 ]
閱讀 ()評論 (1)
評論
目前還沒有任何評論
登錄後才可評論.