bourne (sh)
c shell (csh)
korn (ksh)
bourne again shell (bash)
TC shell (tcsh)

2 Users have rated as useful.
Login to rate this answer.
There are basically 2 types of UNIX shells
1) Bourne Shell
2) C Shell
sh, bash, ksh, bash are Bourne Shell compatible & csh, tcsh are CShell compatible.
Login to rate this answer.
There are 2 Shell categories
1.Bourne shell
Bourne shell compatible
*Bourne shell (sh)
*Almquist shell (ash
*Bourne-Again shell (bash)
*Debian Almquist shell (dash)
*Public domain Korn shell (pdksh)
*MirBSD Korn shell (mksh)
*Z shell (zsh)
*Busybox
2.C shell
C shell compatible
*C shell (csh)
*TENEX C shell (tcsh)
*Hamilton C shell
3.Other shell
*Friendly interactive shell (fish):
*Perl Shell (psh)
*wish
Login to rate this answer.
Abhijit
Answered On : Jul 13th, 2012
Bourne shell is most widely used unix shell. The executable program sh in the /bin directory is the
Bourne shell.
Different types of shells:
1. Bourne shell
2. cshell
3. korn shell
sh indicates - Bourne Shell
csh if present indicates - C Shell
ksh if present indicated - Korn Shell
Login to rate this answer.
santarvedi
Answered On : Oct 30th, 2012
$cat /etc/shells <--from linux
Login to rate this answer.
nitin
Answered On : Mar 2nd, 2013
There is a lot of shell available in UNIX.
Ex:- Bourne shell, Bash shell, CShell, Korn shell etc.
Login to rate this answer.