We're trying to come up with a script at work that will let people login
via telnet and change their password. No fuss, no muss. Basically,
people will telnet it, the 'login sequence' (.bashrc) will run and prompt
the to change the password. The snag we've hit, however, is we're unable
to get the script to logout. We've tried 'exit', 'logout', and even the
nonexistant 'close'. Nothing has worked. Can anyone suggest an
idea? Thanks.