ubuntu密码恢复
手头的一台ubuntu主机忘记了密码,决定进入恢复模式恢复下密码。进入恢复默认的操作步骤为:开机重启在grub界面选择高级选项 --进入recovery mode --选择drop to root shell prompt选项,如下图:
选择完成后,会进入类似于centos下的单用户模式一样的界面,不过在更改密码时,报错authentication token manipulation error , password unchanged ,如下图:
造成不能更改的原因是,默认进入是以read-only模式进入的 。想要更改密码需要重新mount根分区 ,使其可写
1# mount -rw -o remount /
完成后再使用passwd更改密码就不会报错了。
捐赠本站(Donate)
如您感觉文章有用,可扫码捐赠本站!(If the article useful, you can scan the QR code to donate))
- Author: shisekong
- Link: https://blog.361way.com/change-ubuntu-password/3382.html
- License: This work is under a 知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议. Kindly fulfill the requirements of the aforementioned License when adapting or creating a derivative of this work.