centos7 管理员权限忘记密码

centos7.2进入单用户模式

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

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

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

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

依次输入以下命令进行root密码修改,修改完成之后强制重启即可。 

chroot /sysroot/
passwd root
touch /.autorelabel




http://www.cnblogs.com/zhangjianghua/p/6094496.html

http://bbs.51cto.com/thread-1124212-1.html

你可能感兴趣的:(linux)