Fedora如何实现自动登录

来源:互联网 发布:乐乎 爱唐晶的小海胆 编辑:程序博客网 时间:2024/05/22 09:41

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=TrueAutomaticLogin=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=TrueTimedLogin=bradTimedLoginDelay=5

The TimedLoginDelay option is used to  set the number of seconds to wait until the user is automatically logged in.

0 0