CentOS 7.x Enable automatic GDM graphical login for user

From Notes_Wiki
Revision as of 06:30, 25 August 2022 by Saurabh (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Home > CentOS > CentOS 7.x > System Administration > CentOS 7.x Enable automatic GDM graphical login for user

As root user edit /etc/gdm/custom.conf as follows:

[daemon]
AutomaticLogin=<user-name>
AutomaticLoginEnable=True

Then reboot the machine and test.

Refer:



Home > CentOS > CentOS 7.x > System Administration > CentOS 7.x Enable automatic GDM graphical login for user