Operating System - Tru64 Unix
1751882 Members
5143 Online
108783 Solutions
New Discussion юеВ

Remote Login- Tru64 Unix 5.1B

 
SOLVED
Go to solution
Paul Stanard
Regular Advisor

Remote Login- Tru64 Unix 5.1B

When I login in remotely, ie...telnet xxx.xxx... When I use the backspace key I receive the characters ^H^H. Anyway to resolve this problem?
5 REPLIES 5
Ralf Puchner
Honored Contributor
Solution

Re: Remote Login- Tru64 Unix 5.1B

Default erase character is -h while using telnet. What you see is the representation of DEL. Don't think you can change this behaviour in the 'default' entry of /etc/gettydefs.

Use CTRL + Backspace instead or try
# stty erase ^H

Help() { FirstReadManual(urgently); Go_to_it;; }
Michael Schulte zur Sur
Honored Contributor

Re: Remote Login- Tru64 Unix 5.1B

Hi,

stty erase "^H"

should do it.
Alternatively you can setup your terminal emulation.

Michael
Paul Stanard
Regular Advisor

Re: Remote Login- Tru64 Unix 5.1B

Would it be better to set up the terminal emulation?
Sanjay Kumar Suri
Honored Contributor

Re: Remote Login- Tru64 Unix 5.1B

Use the command:

$stty erase "^h"

sks
A rigid mind is very sure, but often wrong. A flexible mind is generally unsure, but often right.
Paul Stanard
Regular Advisor

Re: Remote Login- Tru64 Unix 5.1B

Okay everyone is saying the samething so thats what I will do thanks. Enjoy your points