Linux: Switch between shells
Jun 19, 2009 - by kurinchilamp / / Post Comment
How to switch between shells?
sh - bourne shell
bash - bourne again shell
ksh - korne shell
csh - c shell
"bash" is the default shell in most linux variants.
You can switch between shells by typing the respective shells short commands like
$csh (to switch to C shell)
$ksh (to switch to korne shell)
Continue Reading