I have 12.04 server minimal running on my VPS. When I ssh into the server, only $ is showing at the prompt for each prompt. There's no typical <directory> <username>$, no autocompletion (bash-completion is installed), and no use of arrow key, etc. I'm suspecting bash or .bashrc is not sourced or something?
How do I get the standard bash features working?
edit: bash, .bashrc, and .profile exist in the filesystem.
Here is my ps output:
$ ps
PID TTY TIME CMD
4053 pts/0 00:00:00 sh
4055 pts/0 00:00:00 ps

ps, are you being shownshorbash? Your logon shell could besh. – ObsessiveSSOℲ Oct 22 '12 at 11:09chsh. – Paul Lam Oct 22 '12 at 11:16