What are the Different types of shells?

Answers were Sorted based on User's Feedback



What are the Different types of shells?..

Answer / aditya

sh - bourne shell
ksh - korn shell
csh - c shell
bash - bourne again shell in linux

Is This Answer Correct ?    4 Yes 0 No

What are the Different types of shells?..

Answer / dhrma

● The Bourne shell (includes sh, ksh, and bash)
● The C shell (includes csh and tcsh)

Is This Answer Correct ?    2 Yes 0 No

What are the Different types of shells?..

Answer / seshadri sethi

sh : the oldest shell
csh
ksh
bash
tcsh
zsh

Is This Answer Correct ?    2 Yes 1 No

What are the Different types of shells?..

Answer / k.s.rakeshsharma

There are mainly two types of shell
1)The Bourne shell
2)The C shell

The Bourne shell includes
1)Bourne shell ( sh)
2)Korn shell ( ksh)
3)Bourne Again shell ( bash)
4)POSIX shell ( sh)

And the The C shell includes
1)csh(C shell)
2)tcsh(Tenex/Tops C shell)

Is This Answer Correct ?    1 Yes 0 No

What are the Different types of shells?..

Answer / guest

ksh
sh
csh
tcsh

Is This Answer Correct ?    3 Yes 4 No

Post New Answer

More Shell Script Interview Questions

What is the purpose of scripting?

0 Answers  


What is the difference between scripting and coding?

0 Answers  


What is the use of "$#" in shell scripting?

0 Answers  


What is ms powershell?

0 Answers  


How will you copy a file from one machine to other?

0 Answers  






How do I open the shell prompt?

0 Answers  


Why is it called a shell?

0 Answers  


Is shell scripting useful?

0 Answers  


What does $$ mean in shell script?

0 Answers  


Explain about non-login shell files?

0 Answers  


How do I run a shell script in powershell?

0 Answers  


What is bash command used for?

0 Answers  


Categories