linuxprobe
本文档介绍破解 RHEL7.3 的 root 密码的高效方法,其实这也叫做重置密码。
实战

开机,按任意键停住启动界面,然后选择对应的内核,按 e 进行编辑

破解 RHEL7.3 的 root 密码破解 RHEL7.3 的 root 密码

找到linux16这一行,在最后输入 rd.break

破解 RHEL7.3 的 root 密码破解 RHEL7.3 的 root 密码

按 Ctrl-x 启动,然后按照以下操作破解 root 密码

mount -o remount,rw /sysroot
chroot /sysroot
passwd
touch /.autorelabel
exit
reboot

破解 RHEL7.3 的 root 密码破解 RHEL7.3 的 root 密码

总结

以上就是破解 RHEL7.3 的 root 密码的详细过程,这些操作望各位谨慎操作。

本文原创地址:https://www.linuxprobe.com/crack-root-password.html编辑:传棋,审核员:逄增宝

分类:

技术点:

相关文章:

  • 2022-02-10
  • 2021-12-13
  • 2021-05-24
  • 2021-11-22
  • 2021-11-22
  • 2021-11-22
  • 2021-10-18
猜你喜欢
  • 2021-12-02
  • 2021-06-09
  • 2022-01-21
  • 2021-05-26
  • 2021-12-13
  • 2021-12-04
相关资源
相似解决方案