linux centos7 开机自动登录

用vi打开/etc/gdm/custom.conf配置文件

vi /etc/gdm/custom.conf
# GDM configuration storage
[daemon]
[security]
[xdmcp]
[chooser]
[debug]
# Uncomment the line below to turn on debugging
#Enable=true

在[daemon]下写入以下两行代码保存退出

[daemon]
AutomaticLoginEnable=true
AutomaticLogin=root

更改完成。指定其他用户,只需要把root换成其他用户名即可。

 

 

你可能感兴趣的:(linux centos7 开机自动登录)