用户服务器中修改密码,输入passwd命令后,报错authentication token manipulation error
authentication token manipulation error
 
发生该错误原因是:
1、分区没有空间导致。
2、/etc/passwd 和/etc/shadow不同步
 
同步/etc/passwd 和/etc/shadow出错
 #pwconv
pwconv: cannot open /etc/shadow
 
authentication token manipulation error
隐藏属性,是不是你干的??
authentication token manipulation error
执行以下命令:
chattr -i /etc/passwd
authentication token manipulation error
我会说这样一下就好了嘛

相关文章: