Posts Tagged ‘linx’

Auto Login

16. January 2009

In some cases you might want your computer to automatically log in a user. There are a lot of tools or possibilities to do that but the lightest version I found so far, and I don’t think anybody can beat that, is just adding following line in your /etc/inittab:

1:12345:respawn:/sbin/mingetty –noclear –autologin <YOUR USER NAME> tty1

If it is not woking after a restart, make sure you installed mingetty.