Chinaunix首页 | 论坛 | 博客
  • 博客访问: 5718
  • 博文数量: 4
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 72
  • 用 户 组: 普通用户
  • 注册时间: 2014-04-17 10:02
文章分类

全部博文(4)

文章存档

2014年(4)

我的朋友

分类: LINUX

2014-04-30 14:34:28

平台:
Red Hat Enterprise Linux 5
2.6.18-194.el5

故障描述,使用oracle用户登录linux时报错:
User's $HOME/.dmrc file is being ignored. This prevents the defaults session and language from being saved. File should be owned by user and have 644 permissions. User's $HOME directory must be owned by user and not writable by other users.

故障原因,用户错误地执行了下面的命令:
chmod -R 775 /home/oracle

解决办法,依次执行下面的命令:
sudo chown oracle /home/oracle/.dmrc
chmod 644 /home/oracle/.dmrc
sudo chown oracle /home/oracle
chmod 755 /home/oracle

参考,ubuntu系统下,对此问题的详细解释:

阅读(170) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~