/etc/inputrc does not seem to be recognized as user on Ubuntu 8.04.2 LTS
Posted
by Brian Hogg
on Super User
See other posts from Super User
or by Brian Hogg
Published on 2010-06-13T06:54:06Z
Indexed on
2010/06/13
7:03 UTC
Read the original article
Hit count: 438
On a new installation of Ubuntu 8.04.2 LTS, logging in as a standard user does not maintain the keybindings (whether through sudo su - or direct from ssh). As the root user everything is fine and /root/.inputrc does not exist (only /etc/inputrc) which has its default settings.
In addition setting a ~/.bashrc and ~/.profile to the same as the root user (and chown'ing to user:user) has no effect.
Am I missing something here?
© Super User or respective owner