getvtsh is not really a getty. It doesn't spawn a login, it spawns
a shell. It's also hardwired to username "r". It also doesn't bother 
with utmp. You're root right? Do you know if you are logged in?


The following may need tweaking in the source to build on other
than cLIeNUX...



username hardwired to "r"
borked to become /.bi/sh instead of login
no utmp



getvtsh is geared for multi-vt floppy-resident Linuces. It's 
tiny. Paste the following into your shell ay vwah lah


gcc -O3 getvtsh.c -o getvtsh
strip -R .comment -R .note getvtsh
wc getvtsh