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

Determine the output of the following command: name=shubham && echo ‘my name is $name’.

0 Answers  


What is a shell script in windows?

0 Answers  


How do I read a .sh file?

0 Answers  


What are the three main forms of enabling debugging in a shell script?

6 Answers   ADC, Wipro,


What is shell environment?

0 Answers  






Explain about non-login shell files?

0 Answers  


What is shell terminal?

0 Answers  


What is bash eval?

0 Answers  


What is the use of a shebang line?

0 Answers  


What are environment variables?

2 Answers  


What is the command for " how many shell is running in your system or how many shell supported by your system " ?.

3 Answers  


How many fields are present in a crontab file and what does each field specify?

0 Answers  


Categories