首页 > 其他 > 详细

解决修改密码报错‘passwd:Authentication token’

时间:2016-12-09 12:03:32      阅读:961      评论:0      收藏:0      [点我收藏+]

 1、修改密码时报错:

错误信息:‘passwd: Authentication token manipulation error’

[root@localhost test]# echo 12345678 | passwd --stdin ning
Changing password for user ning.
passwd: Authentication token manipulation error

 2、问题原因:

安全加固的时候修改了passwd、shadow 的权限导致

[root@localhost 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’

原文:http://www.cnblogs.com/pzzning/p/6148683.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!