解决因非正常修改密码导致报passwd: Authentication token manipulation error

适用于:centos

先关闭selinux

# 使用文本编辑器编辑selinux配置文件
nano /etc/sysconfig/selinux

将 `SELINUX=enforcing` 指令更改为 `SELINUX=disabled`

在根目录创建autorelabel

touch /.autorelabel

使用fixfiles重新标记整个文件系统

fixfiles -F noboot

reboot

至此完成!最后重启在尝试使用 passwd 修改密码