欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  科技

linux破解root登录密码,并重置

程序员文章站 2022-06-18 15:36:43
重启系统后按'e'键,进入编辑模式,在'UTF -8'后空格输入'rd.break'后,按快捷键'Ctrl+X'进入新界面进行编辑,代码如下: switch_root:/# mount -o remount,ru /sysroot/ switch_root:/#mount switch_root:/ ......

重启系统后按'e'键,进入编辑模式,在'utf -8'后空格输入'rd.break'后,按快捷键'ctrl+x'进入新界面进行编辑,代码如下:

switch_root:/# mount -o remount,ru /sysroot/

switch_root:/#mount

switch_root:/#chroot /sysroot

sh-4.2# passwd root

new password:(输入新密码)

retype new password:(重新输入密码)

sh-4.2# touch / .autorelabel

sh-4.2#exit

swich_root:/# reboot

重置密码完成