破解 RHEL7.3 的 root 密码
本文档介绍破解 RHEL7.3 的 root 密码的高效方法,其实这也叫做重置密码。
实战
开机,按任意键停住启动界面,然后选择对应的内核,按 e 进行编辑https://www.linuxprobe.com/wp-content/uploads/2020/03/1-17.png找到linux16这一行,在最后输入 rd.breakhttps://www.linuxprobe.com/wp-content/uploads/2020/03/2-17.png按 Ctrl-x 启动,然后按照以下操作破解 root 密码mount -o remount,rw /sysrootchroot /sysrootpasswdtouch /.autorelabelexitreboothttps://www.linuxprobe.com/wp-content/uploads/2020/03/3-10.png总结
以上就是破解 RHEL7.3 的 root 密码的详细过程,这些操作望各位谨慎操作。
页:
[1]