| Next
Previous
Contents 
 Getty is the program that enables you to log in through a serial device such as a virtual terminal, a text terminal, or a modem. It displays the login prompt. Once you enter your username, getty hands this over to loginwhich asks for a password, checks it out and gives you a shell. 
 
 There are many getty's available. Some distributions, including Red Hat use
a very small one called mingettythat only works with virtual terminals. 
 The loginprogram is part of the util-linux package, which also
contains a getty calledagetty, which works fine. This package also
containsmkswap,fdisk,passwd,kill,setterm,mount,swapon,rdev,renice,more(the program) and more (ie more programs). 
 The message that comes on the top of your screen with your login prompt comes
from /etc/issue. Gettys are usually started in/etc/inittab.
Login checks user details in/etc/passwd, and if you have password
shadowing,/etc/shadow. 
 Create a /etc/passwdby hand. Passwords can be set to null, and
changed with the programpasswdonce you log on. See the man page for
this file Useman 5 passwdto get the man page for the file rather
than the man page for the program. 
 
 
 Next
Previous
Contents
 |