Thursday, July 19, 2012

Set backspace in Unix console



Sometimes the backspace key doesn't work for Unix. 

we can setup the backspace key to work in the console by typing the command and press backspace key.

stty erase



 it will be shown as stty erase ^H
If you have a problem using the backspace it should display you the above output.If not, it will just perform a backspace.
After doing that press CTRL+c . And now type anything

No comments:

Post a Comment