Twitter Updates

Friday 25 July 2008

Make bash your default shell

For some reason in screen on my ubuntu mini-itx machine when I create new terminals the shell just defaults to sh. so I have been trying to make it go straight to bash.

The following command should make bash the default shell
chsh -s /bin/bash username

No comments: