Revision history for autologin
Additions:
Open the file ///etc/inittab//:
//::sysinit:/etc/rc.d/rc.sysinit
::ctrlaltdel:/sbin/reboot//
Edit the second line to become like this:
//tty1::respawn:/sbin/getty 38400 tty1//
Henceforth, a username and password will be asked for.
//::sysinit:/etc/rc.d/rc.sysinit
::ctrlaltdel:/sbin/reboot//
Edit the second line to become like this:
//tty1::respawn:/sbin/getty 38400 tty1//
Henceforth, a username and password will be asked for.
Deletions:
::sysinit:/etc/rc.d/rc.sysinit
::ctrlaltdel:/sbin/reboot
Change tty1 to look like this:
tty1::respawn:/sbin/getty 38400 tty1
Thereafter, you will be asked for username and password.