Ubuntu重置密码 passwd 出现 Authentication token manipulation error

前端之家收集整理的这篇文章主要介绍了Ubuntu重置密码 passwd 出现 Authentication token manipulation error前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

使用passwd命令重新设定密码:passwd walden,(walden是系统中已有的username),并输入两次密码,出现

Authentication token manipulation error 错误。如图


解决方法,输入如下命令

mount -o rw,remount /

则再输入 passwd walden,则可以重置密码成功;


参考外国朋友意见https://linhost.info/2013/08/passwd-authentication-token-manipulation-error-ubuntu/

原文链接:https://www.f2er.com/ubuntu/349565.html

猜你在找的Ubuntu相关文章