How can I change shell in Ubuntu?
- by Sanoj
I have a Ubuntu Server VPS and I want to use /bin/bash/ as my shell. How can I change my shell? I have root access but I don't work as root. So dash is my default shell now.
I have read How do I make Bash my default shell on Ubuntu? and chsh seams to be the preferred way to go. But when I type chsh /bin/bash I get this message:
chsh: unknown user /bin/bash
And if I just type /bin/bash the Bash shell seams to work fine. How to change it?