博客园    首页    新随笔    联系   管理    订阅  订阅

Centos 忘记root密码怎么办?

 

1 - 在启动grub菜单,选择编辑选项启动

2 - 按键盘e键,来进入编辑界面

3 - 找到Linux 16的那一行,将ro改为rw init=/sysroot/bin/sh

4 - 现在按下 Control+x ,使用单用户模式启动

5 - 现在,可以使用下面的命令访问系统

  1. chroot /sysroot
6 - 重置密码
  1. passwd root
7 - 更新系统信息
  1. touch /.autorelabel
8 - 退出chroot
  1. exit
9 - 重启你的系统
  1. reboot
posted @ 2018-11-08 16:35  求生的狼  阅读(268)  评论(0编辑  收藏  举报