sudo passwd
一直报错如下:
Authentication token manipulation error
MMP的
报这样的错误是:密码:身份验证令牌操作错误,一般是密码文件的权限的问题,不过也有可能是根目录空间满。
lsattr /etc/passwd /etc/shadow 查看这个两个文件权限
给修改权限:
chattr -i /etc/passwd
chattr -i /etc/shadow
标签:passwd,manipulation,Authentication,etc,token,error From: https://www.cnblogs.com/vzhangxk/p/16558851.html