Linux 进入紧急模式恢复root密码 Centos7
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
当我们忘记root的密码的时候,怎么快速重新给root设置密码:
- 一:重启服务器
开机后,按上下键,选择第一项,按下e键进行编辑
- 进入以下界面:
- 操作类似windows下的文本文件
选择此行,将后面的 ro 改成 rw init=/sysroot/bin/sh 如图所示
按Ctrl+x进入紧急模式:
- 执行:
chroot /sysroot
passwd
提示输入新密码(注意:Selinux开启的情况,则在执行:touch /.antorelabel)
- 退出并重启服务器:
exit
reboot
重启过程中报错的话,也可以手动重启服务器。(小博主踩过坑,不过手动启动后密码既然改成功了,这里小博主不敢确定,需要大家去摸索一下)
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献7条内容
所有评论(0)