Linux基础教程学习笔记之重置server密码

使用上下键定位到linux 16这一行, 即内核行,在最后面加上"rd.break console=tty0".

按ctrl+x,重新启动。

重新进入后,ls /sysroot 查看当前根目录挂载点,只读权限

重新挂载:mount -o remount,rw /sysroot

改变根目录:chroot /sysroot

5. passwd 修改当前密码。

6. touch /.autorelabel  relabel selinux标签。

7. exit; reboot; 退出重启。

检查结果:

先将启动的服务enable, 然后reboot.

内核检查:uname -r

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/14800.html