小太阳823 发表于 2024-9-11 00:00:28

linux CentOS 7的云服务器, Root密码该如何破解

(1)在启动菜单中,按e编辑所选启动项
(2)找到linux 16 /vmlinuz 这一行,找到 ro 字符,将ro改为rw init=/sysroot/bin/sh


(3)按Ctrl+X,启动单用户模式
(4)进入后输入命令:
(4.1)改变程序根目录: chroot /sysroot
(4.2)重置密码: passwd root
(4.3)更新系统信息: touch /.autorelabel
(4.4)退出chroot: exit
(4.5)重启系统: reboot
页: [1]
查看完整版本: linux CentOS 7的云服务器, Root密码该如何破解