Im using Vetor Linux and I want to login automatically every system starpup instead ask for user and password, please help me.

p.s. vector linux is based in slackware and uses shell to ask user and password

link|improve this question
feedback

1 Answer

You could take a look at nodm for some ideas.

It is hard to guess from your question if you use a graphical frontend or a shell.

There should be support in gdm (Gnome) and kdm (KDE) as well.

I'm not familiar with Vector Linux, but in some Gnome distros there is a gdm config file /etc/gdm/custom.conf. Put in it something like this:

AutomaticLoginEnable=true
AutomaticLogin=whatever_username
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.