Use BackSpace Key to Erase characters instead of Delete Key

Contributor Icon Contributed by indianboy Date Icon October 7, 2003  
Tag Icon Tagged: Solaris system administration

Normally when you access Solaris in text mode , for erasing a character the Delete Key has to be used . To use the BackSpace key instead …….


Normally when you access Solaris in text mode , for erasing a character the Delete Key has to be used and if you use the BackSpace Key . To use the BackSpace key instead …..

Please enter the following at the prompt

stty erase ^H

But once u log out of the system and login again the changes are lost and if u want to retain them even after ur logout .

If u are using sh or ksh

Please add the above mentioned line to the .profile
file

If u are using csh

Please add the line to .login file

If u are using bash shell

Please add the file to .bash_profile file .

Previous recipe | Next recipe |
 

Viewing 6 Comments

 
close Reblog this comment
blog comments powered by Disqus