centos7 登陆页面只有普通用户,需要使用sudo切换为root,如何设置使默认用户即为root?
vi /etc/gdm/custom.conf
在[daemon]下面添加:
[daemon]
AutomaticLoginEnable=True
AutomaticLogin=root #你想自动登录的用户名
保存后重启。
centos7 登陆页面只有普通用户,需要使用sudo切换为root,如何设置使默认用户即为root?
vi /etc/gdm/custom.conf
在[daemon]下面添加:
[daemon]
AutomaticLoginEnable=True
AutomaticLogin=root #你想自动登录的用户名
保存后重启。