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 does debug script mean?

0 Answers  


Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.

0 Answers  


Where cron file kept?

2 Answers   Tech Mahindra,


How to handle the delimiter unit seperator in Unix

2 Answers  


What is shift command in shell script?

0 Answers  






Explain about stdin, stdout and stderr?

0 Answers  


What is the difference between a shell variable that is exported and the one that is not exported?

6 Answers  


What is shell variable?

0 Answers  


What are the default permissions of a file when it is created?

0 Answers  


How will you print the login names of all users on a system?

0 Answers  


How can I set the default rwx permission to all users on every file which is created in the current shell?

0 Answers  


Is shell script a programming language?

0 Answers  


Categories