Quote (Eep @ Oct 25 2012 05:10pm)
UMSL's admiral is a UNIX shell.
They have a program on the campus computers, called secure telnet, which you log in to admiral with. It is much nicer looking than putty in some respects and has keys I am more familiar with.
according to google control+h fixes the backspace problem? Guess that is a hotkey I never knew.
Unix is an OS, not a shell. You can find out the shell on a *nix system by typing in `echo $0`. For instance here's the output on my MBA:
Code
drzoidberg:emulator s****$ echo $0
-bash
drzoidberg:emulator s****$
You may have to fiddle with some settings in putty after you know what shell their nix system is running.