51工具盒子

依楼听风雨
笑看云卷云舒,淡观潮起潮落

CentOS 7.4和CentOS 6.9系统重置ROOT密码

CentOS 7 ROOT密码的重置方式和CentOS 6完全不一样,以进入单用户模式修改ROOT密码为例。

系统环境:CentOS 7.4
文章源自小柒网-https://www.yangxingzhen.cn/5209.html

1、重启系统,按esc文章源自小柒网-https://www.yangxingzhen.cn/5209.html

文章源自小柒网-https://www.yangxingzhen.cn/5209.html

2、按e,出现如下界面文章源自小柒网-https://www.yangxingzhen.cn/5209.html

文章源自小柒网-https://www.yangxingzhen.cn/5209.html

3、编辑修改两处:ro改为rw,在LANG=en_US.UFT-8后面添加init=/bin/sh文章源自小柒网-https://www.yangxingzhen.cn/5209.html

文章源自小柒网-https://www.yangxingzhen.cn/5209.html

4、按Ctrl+X重启,出现以下界面文章源自小柒网-https://www.yangxingzhen.cn/5209.html

文章源自小柒网-https://www.yangxingzhen.cn/5209.html

5、修改密码文章源自小柒网-https://www.yangxingzhen.cn/5209.html

6、然后更新系统信息,如果selinux属于关闭状态则不需要执行这条命令。

touch /.autorelabel

(执行命令touch /.autorelabel ,在/下创建一个.autorelabel文件,有这个文件存在,系统在重启时就会对整个文件系统进行relabeling重新标记,也可以理解为对文件进行底层权限的控制和标记)

7、重启系统

执行命令:reboot -f

如果reboot时出现Failed to talk to init daemon

解决方法:reboot --f

8、进入系统

CentOS 6.9重置ROOT密码

1、重启系统,按esc,出现如下界面

2、按e,出现如下界面

3、选择第二项-->kernel,继续按e

4、在rhgb quiet后输入single或者1,然后回车

5、出现以下界面,然后按b进行重新引导系统

6、启动后,我们发现直接进入系统,无需要输入账户及密码

7、进入后,我们执行命令passwd root来修改密码

8、执行reboot重启进入系统

历史上的今天

7 月
6

赞(0)
未经允许不得转载:工具盒子 » CentOS 7.4和CentOS 6.9系统重置ROOT密码