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

CentOS7 重置root密码

时间:2016-12-01 03:35:06      阅读:205      评论:0      收藏:0      [点我收藏+]

标签:centos   编辑   images   重启   label   src   键盘   log   linu   

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

技术分享

 

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

技术分享

 

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

技术分享

 

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

技术分享

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

6 - 重置密码 passwd root

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

8 - 退出chroot exit

9 - 重启你的系统 reboot

就是这样!

CentOS7 重置root密码

标签:centos   编辑   images   重启   label   src   键盘   log   linu   

原文地址:http://www.cnblogs.com/sxhlinux/p/6120216.html

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