What are the Different types of shells?
Answers were Sorted based on User's Feedback
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 |
Answer / seshadri sethi
sh : the oldest shell
csh
ksh
bash
tcsh
zsh
| Is This Answer Correct ? | 2 Yes | 1 No |
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 zombie processes?
How to take input values from the user?
Is it possible to substitute "ls" command in the place of "echo" command?
What is the best shell scripting language?
Where is bash history?
How would you compare the strings in a shell script?
What are the different commands available to check the disk usage?
write a shell script to find the largest number from 3 given numbers.
Why are shell scripts used?
why did you apply to shell
How to write a function?
What are the Different types of shells?