Archive for June 19th, 2009

Jun
19
2009

Linux: Switch between shells

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)

  • Share/Save/Bookmark