centos7下使用root免密码输入自动登陆
1、默认系统启动后,回进入登陆界面

2、如果需要使用root用户登陆,需要点击未列出,然后手动输入root,然后输入密码进行登陆

3、可以通过修改/etc/gdm/custom.conf文件,实现root用户免密码自动登陆

4、在[daemon]下增加AutomaticLoginEnable=TrueAutomaticLogin=root保存文件,然后重启查看效果

1、默认系统启动后,回进入登陆界面
2、如果需要使用root用户登陆,需要点击未列出,然后手动输入root,然后输入密码进行登陆
3、可以通过修改/etc/gdm/custom.conf文件,实现root用户免密码自动登陆
4、在[daemon]下增加AutomaticLoginEnable=TrueAutomaticLogin=root保存文件,然后重启查看效果