vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I am a linux user and just started with AIX this week, i found that when using putty to acess the server the backspace button and tab does not work like linux server and the system does not display the last command when i type the up arraw key. AIX guru please advice on how to make the command work the same way as linux. Thanks & Regards Robert Ngo |
| |||
| Hi Robert, You may want to try : stty erase ^? set -o vi Use esc-K, esc-J as counterparts of up arrow and down arrow key respectively. -Thanks Manju robertncl@gmail.com wrote: > Hi, > > I am a linux user and just started with AIX this week, i found that > when using putty to acess the server the backspace button and tab does > not work like linux server and the system does not display the last > command when i type the up arraw key. > > AIX guru please advice on how to make the command work the same way as > linux. > > Thanks & Regards > > Robert Ngo |
| |||
| You can configure the code putty sends when you press backspace. When starting putty on the left hand there is "Terminal"->"Keyboard". When you switch from "CTRL-H" to "CTRL-?(127) the backspace problem is solved. Bye, Stefan ... . . . |
| ||||
| On 2006-02-17, robertncl@gmail.com <robertncl@gmail.com> wrote: > Hi, > > I am a linux user and just started with AIX this week, i found that > when using putty to acess the server the backspace button and tab does > not work like linux server and the system does not display the last > command when i type the up arraw key. > > AIX guru please advice on how to make the command work the same way as > linux. > > Thanks & Regards > > Robert Ngo > There is a configuration change in Putty where you can change what code is emitted for a backspace between ^H and DEL. Mike |