UNIX Shells

What are the different types of shells available in UNIX?

Questions by super_sixes

Showing Answers 1 - 18 of 18 Answers

omkar.lenka

  • Jul 29th, 2010
 

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.

  Was this answer useful?  Yes

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

  Was this answer useful?  Yes

Abhijit

  • 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

  Was this answer useful?  Yes

santarvedi

  • Oct 30th, 2012
 

$cat /etc/shells <--from linux

nitin

  • Mar 2nd, 2013
 

There is a lot of shell available in UNIX.
Ex:- Bourne shell, Bash shell, CShell, Korn shell etc.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions