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

 1、修改密码时报错:

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

[root@localhost test]# echo '' | 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--. root root Apr passwd
-r-------- root root Dec : shadow

摘自:http://www.linuxdiyf.com/linux/9185.html

上一篇:「数据治理那点事」系列之四 | 书同文车同轨:数据治理之数据标准管理


下一篇:用c#开发微信(2)扫描二维码,用户授权后获取用户基本信息 (源码下载)