Revision [14337]
This is an old revision of autologin made by coolpup on 2011-04-24 09:01:41.
How to remove automatic login
Open /etc/inittab, the file will look something like this:::sysinit:/etc/rc.d/rc.sysinit
tty1::respawn:/sbin/getty -n -l /bin/autologinroot 38400 tty1
tty2::respawn:/sbin/getty 38400 tty2
tty3::respawn:/sbin/getty 38400 tty3
::ctrlaltdel:/sbin/reboot
Change tty1 to look like this:
tty1::respawn:/sbin/getty 38400 tty1
Thereafter, you will be asked for username and password.
Use passwd to change the password.