linux找回root密码

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

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

#找回密码的提示错误: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
版权声明:本文为博主原创文章,转载请附上博文链接!
在这里插入图片描述

在这里插入图片描述

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值