超级网迷

超级网迷+ 电脑迷+ 音乐迷
个人资料
正文

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)
评论
目前还没有任何评论
登录后才可评论.