> CentOS > CentOS入门 >

CentOS设置自动登陆

项目需要去掉CentOS登陆框直接进入系统,简单的配置即可解决。

修改文件:

[plain] view plaincopy在CODE上查看代码片派生到我的代码片
 
  1. vim /etc/gdm/custom.conf  

 

加入内容:

 

[plain] view plaincopy在CODE上查看代码片派生到我的代码片
 
  1. [daemon]  
  2. AutomaticLogin=自动登陆的用户名  
  3. AutomaticLoginEnable=True  
(责任编辑:IT)