Fedora 14 每次以root用户自动登陆的方法

首先找到文件系统下,/etc/gdm/custom.conf 的名为custom.conf文件。其内容为
---------------------------------------------------------------------------------------------------------------------
# GDM configuration storage
[daemon]
[security]
[xdmcp]
[greeter]
[chooser]
[debug]

------------------------------------------------------------------------------------------------------------

修改为

# GDM configuration storage

[daemon]
TimedLoginEnable=true
TimedLogin=root
TimedLoginDelay=1

[security]

[xdmcp]
[greeter]
[chooser]

[debug]

------------------------------------------------------------------------------------------------------------------------------------------------------------------------

简单解释一下:
TimedLoginEnable=true 允许超时自动登录
TimedLogin=root 自动登录的用户为root
TimedLoginDelay=1 超时时间为1秒

修改方法:

用root登录,编辑 #passwd -d -f root ,清除root用户的密码。(可不清除密码)


你可能感兴趣的:(Security)