:: Issue
If you want username on your linux centos
if you want the user to automatically login without having to enter usernames and passwords on Linux Centos Desktop.
:: How to make autologin
|
1 2 3 4 5 |
vi /etc/gdm/custom.conf
## add these line
[daemon]
AutomaticLoginEnable=True
AutomaticLogin=username |