您的位置:首页 > Web前端

Fedora如何实现自动登录

2015-10-21 15:23 387 查看
To set up Fedora to login automatically just open the file /etc/gdm/custom.conf, and then add the following three lines
to the end of the file.
[daemon]
AutomaticLoginEnable=True
AutomaticLogin=brad

In the above brad is my user name. Obviously you should use the user name you want to log into automatically.
An alternative method is to login automatically after a certain amount of time. To do this use the following four lines.
[daemon]
TimedLoginEnable=True
TimedLogin=brad
TimedLoginDelay=5

The TimedLoginDelay option is used to set the number of seconds to wait until the user is automatically logged in.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: