LinuxProbe 发表于 2020-4-10 14:00:25

linux系统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 密码的详细过程,这些操作望各位谨慎操作。本文原创地址:https://www.linuxprobe.com/crack-root-password.html编辑:传棋,审核员:逄增宝

circa302 发表于 2020-4-10 14:02:23

{:6_268:}{:6_268:}{:6_268:}{:6_268:}

zyw890126 发表于 2020-4-10 14:40:46

centos等其他版本的linux都适用吗?
页: [1]
查看完整版本: linux系统root密码忘记了怎么办