Telnet from Widows 2000 to Linux
What terminal have I to export in my .bash_profile to get a fully functional terminal when logging in from a Windows 2000 machine?
I have seen that I have to put "export TERM=linux" if I want full functionality when logging in from another Linux in the X mode. Otherwise, the X client sets itself to "xterm" by default, and there is no full functionality in text mode at the client.
So, I wish to have 2 different users in the telneted machine: One with TERM=linux and another with TERM="?".
|