Wednesday, August 18, 2010

Change shell for a user, Ubuntu

list the shell
echo $SHELL

change shell to for example /bin/bash
chsh -s /bin/bash username