What are the different shells available?

Answers were Sorted based on User's Feedback



What are the different shells available?..

Answer / jayachandran.g.r

BASH Shell (common Shell)
CSH( C Shell)
KSH(Korn Shell)

Is This Answer Correct ?    6 Yes 0 No

What are the different shells available?..

Answer / subbareddy

Bourne-Again shell (bash) -- Written as part of the GNU
project to provide a superset of Bourne Shell
functionality.
Debian Almquist shell (dash) -- Dash is a modern
replacement for ash in Debian.
Korn shell (ksh) -- Written by David Korn, while at Bell
Labs.
Z shell (zsh) -- considered as the most complete (read: the
most features) shell: it is the closest thing that exists
to a superset of sh, ash, bash, csh, ksh, and tcsh.
[citation needed]
Busybox -- Tiny utilities for small and embedded systems,
include a shell.

Is This Answer Correct ?    4 Yes 2 No

What are the different shells available?..

Answer / reddy

Bourne shell
Bash shell
c shell
k shell
z shell

Is This Answer Correct ?    3 Yes 3 No

Post New Answer

More Shell Script Interview Questions

How does shell scripting work?

0 Answers  


What shell is bin sh?

0 Answers  


Why is a script important?

0 Answers  


What is sudo command?

0 Answers  


What is the syntax of "expr" command?

2 Answers  






What is the first line in every perl script called?

0 Answers  


What is difference between bash and shell?

0 Answers  


What does echo mean in scripting?

0 Answers  


How will I insert a line "abcdef" at every 100th line of a file?

2 Answers  


what is the difference between cmp and diff commands

2 Answers   Amazon, CTS,


Print the 10th line without using tail and head command.

0 Answers  


What are filters explain sort with all the options available?

0 Answers  


Categories