解决修改密码报错‘passwd:Authentication token’
Posted pzzning
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决修改密码报错‘passwd:Authentication token’相关的知识,希望对你有一定的参考价值。
1、修改密码时报错:
错误信息:‘passwd: Authentication token manipulation error’
[[email protected] test]# echo ‘12345678‘ | passwd --stdin ning Changing password for user ning. passwd: Authentication token manipulation error
2、问题原因:
安全加固的时候修改了passwd、shadow 的权限导致
[[email protected] test]# ll /etc |grep -E ‘passwd|shadow‘ -rw-r--r--. 1 root root 2044 Apr 15 2016 passwd -r-------- 1 root root 1511 Dec 5 15:07 shadow
摘自:http://www.linuxdiyf.com/linux/9185.html
以上是关于解决修改密码报错‘passwd:Authentication token’的主要内容,如果未能解决你的问题,请参考以下文章
关于mysql修改密码 set password for root@localhost = password('xxx');报错解决方法
Mysql修改用户密码报错ERROR 1054 (42S22): Unknown Column 'Password' In 'Field List'解决办法