Forums.ATC.no

Teknisk => Generelt teknisk => Emne startet av: ATC på 27. ſeptember 2008, 18:24 pm

Tittel: bash user can't type the letter 'e'
Skrevet av: ATC27. ſeptember 2008, 18:24 pm
User can't type the letter 'e' under bash, everything else seems to work OK. If he changes to csh then the terminal works normally.

The problem can be reproduced using su:

[root@*** root]# echo abcdefghijklmnopqrstuvwxyz                
abcdefghijklmnopqrstuvwxyz
[root@*** root]# su - ***
[***@*** ***]$ cho abcdfghijklmnopqrstuvwxyz
bash: cho: command not found
Tittel: [Solved] bash user can't type the letter 'e'
Skrevet av: ATC27. ſeptember 2008, 18:24 pm
Check the user's .inputrc file.

In this particular case, the file contained a simple spelling error:

[root@*** ***]# cat .inputrc            
et meta-flag on  
set input-meta on
set convert-meta off  
set output-meta on