본문 바로가기

Note/UNIX/LINUX 노트

Unix / Linux backspace ^H 현상

Problem :
 
When they telnet or ssh or connect to a remote host, the backspace key doesn’t seem to work. When pressed, all it shows are caret characters but it does not erase.
 
Solution :
 
Here’s one way of solving it…
Type in: stty erase
Then press the ‘backspace’ key ex) ^H
Enter

 

출처 : http://www.sysadmindayph.com/blog/unix-tip-backspace-key-does-not-work/

'Note > UNIX/LINUX 노트' 카테고리의 다른 글

cpio.gz 파일 압축 풀기  (0) 2013.08.29
vi 로 파일 수정시 밀리는 현상  (0) 2013.08.29
Set DISPLAY environment variable, then re-run.  (0) 2013.08.27
Scheduled Processing  (0) 2013.03.29
솔라리스에서 디스크 추가  (0) 2013.03.28