Tuesday, February 14, 2012

Change default Shell to Bash in Ubuntu

1. Edit /etc/passwd and find the user whose shell you want to change and replace
/bin/sh to /bin/bash
2. Login as root and fire the command  chsh -s /bin/bash {username}

Now log out and login as the username

The newbash should appear.