免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12
最近访问板块 发新帖
楼主: lmix
打印 上一主题 下一主题

root用户修改自己的passwd居然提示Permission denied,没天理阿,求助! [复制链接]

论坛徽章:
0
11 [报告]
发表于 2006-01-23 10:04 |只看该作者
原帖由 lmix 于 2005-12-5 14:30 发表\r\nroot用户修改自己的passwd居然提示Permission denied,没天理阿,哪位大侠遇到过这种问题?
\r\n\r\n\r\nit could be due to /etc/passwd or /etc/shadow corrupted.\r\n\r\nwc -l /etc/passwd /etc/shadow\r\n\r\nif their line numbers are different, fix it.\r\n\r\nif the same, compare their account names:\r\n\r\n# awk -F:  \'{print $1}\' /etc/passwd | sort > /tmp/tmp1\r\n# awk -F:  \'{print $1}\' /etc/shadow | sort > /tmp/tmp2\r\n# diff /tmp/tmp1 /tmp/tmp2\r\n\r\nif different, fix it.\r\n\r\nBe reminded that,  the permission of /etc/passwd should be \"444\", and the one of /etc/shadow should be 400.

论坛徽章:
0
12 [报告]
发表于 2006-01-23 11:51 |只看该作者
12楼如果说的是正确的话,只要执行一下pwconv就可以了\r\n不过我觉得还是用了NIS的可能性大,\r\nps -aef |grep yp\r\n看一下有没有在用NIS

论坛徽章:
0
13 [报告]
发表于 2006-01-23 12:04 |只看该作者
原帖由 doni 于 2006-1-23 11:51 发表\r\n12楼如果说的是正确的话,只要执行一下pwconv就可以了\r\n不过我觉得还是用了NIS的可能性大,\r\nps -aef |grep yp\r\n看一下有没有在用NIS
\r\n\r\n\r\nif so, then do \r\n\r\n# ps -ef | egrep \"yp|nis|ldap\" \r\n\r\nif either of NIS, NIS+, LDAP is configured, then do\r\n\r\n# passwd -r files root\r\n\r\nto change local root\'s password.

论坛徽章:
0
14 [报告]
发表于 2006-10-24 15:23 |只看该作者

passwd不能用,应该是相关文件配置错误

我开始也碰到这个问题了,后来看了一些,是/etc/nsswitch.conf里面有点问题,可以将相关行中(主要是user、group)的nis去掉,或者将其顺序调到最后。

论坛徽章:
0
15 [报告]
发表于 2006-10-24 23:28 |只看该作者
应该是使用了nis验证吧?\r\nDec  6 10:47:51 sv1 passwd[11301]: [ID 587833 user.error] passwdutil.so: can\'t get domain\r\n\r\n如果不是的话。那我以前也碰到过..好像是文件被设置了sticky属性了.\r\nls -l /etc/passwd\r\n帖出来看看.
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP