网易云服务器进入单用户模式设置方法详解程序员

系统版本 centos 7.5

 

登陆管理平台的vnc界面,重启系统;然后执行以下操作:

1 – 在启动grub菜单,选择编辑选项启动就是按键盘e键,来进入编辑界面

2 – 找到Linux 16的那一行,将ro改为rw init=/sysroot/bin/sh   #如果进入不了系统,请删除 rhgb  quiet

  如果用的是kvm做了console连接授权,还要把授权的console=ttyS0去掉

3 – 现在按下 Control+x ,使用单用户模式启动  # windows 系统 curl + x

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

chroot /sysroot

cp /etc/passwd- /etc/passwd

关闭selinux

vim /etc/sysconfig/selinux selinux = disabled

5 – 重置密码

passwd root

6 – 更新系统信息

touch /.autorelabel

7 – 退出chroot

exit

8 – 重启你的系统

reboot

 

参考资料:

  IT虾米网

  IT虾米网

  IT虾米网

原创文章,作者:Maggie-Hunter,如若转载,请注明出处:https://blog.ytso.com/1828.html

(0)
上一篇 2021年7月15日
下一篇 2021年7月15日

相关推荐

发表回复

登录后才能评论