Logging in automatically

I do, this works. Open /etc/gettytab and add these lines:

Code:
# WB: autologin console as user mha
A|Al|Autologin console:\
        :ht:np:sp#115200:al=mha

and save that, then open /etc/ttys and change this line
Code:
ttyv0	"/usr/libexec/getty Pc"		xterm	on  secure
to this line
Code:
ttyv0	"/usr/libexec/getty Al"		xterm	on  secure
My username is "mha" Is the above true?
 
Back
Top