ubuntu18.04修改密码出现Authentication token manipulation error

今天需要修改一下ubuntu18.04的密码,但是修改密码的时候,出现了下面的错误:

Authentication token manipulation error

网上给出的解释是没有啥权限。

 

解决方法

sudo mount -o remount,rw /

加一个sudo就行了

eric@eric-HP-Z420-Workstation:~$ sudo passwd eric
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully

参考文献

[1]. 修改Linux密码时报“Authentication token manipulation error”错的解决方法. https://help.aliyun.com/knowledge_detail/41542.html

[2].Fix "Authentication Token Manipulation Error" When Changing User Password In Ubuntu. https://www.codevoila.com/post/26/fix-authentication-token-manipulation-error-when-changing-user-password-in-ubuntu

你可能感兴趣的:(ubuntu)