Centos修改默认登录用户为root:
如果不设置,每次都要输入su命令切换为root
1.首先cd到 /etc/gdm文件夹,修改如下文件
vim custom.conf
2.加入如下内容
[daemon]
AutomaticLoginEnable=True
AutomaticLogin=root
3.reboot now 重启系统。
ps(不定期更新常见问题呦~)
Centos修改默认登录用户为root:
如果不设置,每次都要输入su命令切换为root
1.首先cd到 /etc/gdm文件夹,修改如下文件
vim custom.conf
2.加入如下内容
[daemon]
AutomaticLoginEnable=True
AutomaticLogin=root
3.reboot now 重启系统。
ps(不定期更新常见问题呦~)