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

超级网迷+ 电脑迷+ 音乐迷
打印 被阅读次数

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

登录后才可评论.