Ano-Tech Computers
Enter keyword:

bash user can't type the letter 'e'
Problem:
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
 
Solution:
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

 
Discuss this solution
Did this article solve your problem? Yes No Did not apply

We welcome anyone who is willing to contribute to this public knowledge base, contact siteadmin@atc.no if you have information you would like to share. The idea is not to replace the commercial support sites, but to publish those hard-to-find solutions you've found yourself looking for over and over again.

Show all articles