#找回密码的提示错误:authentication token manipulation error"
root登录系统后,修改密码时出现"authentication token manipulation error"
This is the result of trying to work on a file system while mounted as read-only. The solution is a simple one. Before making changes to the users password mount the filesystem as read-write which allows for the necessary changes to be made.
mount -o rw,remount /
Now try to change the users passwords again.
执行 mount -o rw,remount / (执行后没有任何提示)即可修改
作者:欲与鱼
来源:优快云
原文:https://blog.youkuaiyun.com/weixin_42803662/article/details/83651970
版权声明:本文为博主原创文章,转载请附上博文链接!


root登录Linux系统修改密码时出现“authentication token manipulation error”,这是因文件系统以只读方式挂载。解决办法是执行“mount -o rw,remount /”将文件系统以读写方式挂载,之后便可修改密码。
1471

被折叠的 条评论
为什么被折叠?



