change your default unix or linux shell
November 14th, 2007 by Lawrence David
to change the default unix or linux login shell, use the chsh command:
 >> chsh
then, type in /bin/bash if you want the bash shell to be your default, or /bin/csh if you’d like the c-shell, etc.