码迷,mamicode.com
首页 > 其他好文 > 详细

重置CentOS 7的root密码

时间:2016-05-24 13:39:49      阅读:130      评论:0      收藏:0      [点我收藏+]

标签:

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

技术分享

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

技术分享

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

技术分享

4 - 现在按下 Control+x ,使用单用户模式启动(可能不会出现一系列的[OK],如步骤9之后的截图):

技术分享

5 - 现在,可以使用 chroot  /sysroot 命令访问系统

6 - 重置密码:passwd root

7 - 更新系统信息: touch  /.autorelabel

8 - 退出chroot:exit

9 - 重启你的系统 reboot

技术分享

 

参考网址:http://www.jb51.net/os/RedHat/229786.html

若要转载,请注明出处~~~

 

重置CentOS 7的root密码

标签:

原文地址:http://www.cnblogs.com/baimt/p/5523027.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!