Ubuntu – bash tab completion only works for root

bashbashrccommand-line-interfaceUbuntuubuntu-12.04

I set up an Ubuntu 12 server (on rackspace cloud using their preconfigured image) and created a non-root user. When I log in as the standard user, pressing [TAB] at the terminal outputs an actual tab and pressing [UP] outputs ^[[A . If I log in as root however, [UP] enters my last command and [TAB] autocompletes.

The .bashrc files look exactly the same between the two users. I really don't know where else to look.

Best Answer

As per request posted as reply: Check /etc/passwd if that user has /bin/bash as shell and not something else.

Related Topic