Operating System - Linux
1832189 Members
2663 Online
110038 Solutions
New Discussion

Re: erase char Linux -> HP

 
Dieter Krebs
Advisor

erase char Linux -> HP

Hi out there!
When i connect via telnet/rlogin from my Linux-box to our HP-UX Maschines i allways have to set the erase char from ctrl ? to chtl H.
How to change it so, that it will be set automaticaly????

Karsten
1 REPLY 1
I_M
Honored Contributor

Re: erase char Linux -> HP

Hi

you can set it in your .profile on your HP-UX account.

stty erase "^H"

Good luck