Answer Posted / 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 |
Post New Answer View All Answers
What is sh in shell script?
What does sh mean?
What is bash coding?
What is the way to do multilevel if-else's in shell scripting?
What does $@ mean in shell?
What is the significance of the shebang line in shell scripting?
What are the default permissions of a file when it is created?
Write a command sequence to find the count of each word?
What are the different commands available to check the disk usage?
Can we run shell script in windows?
Is shell a part of kernel?
What is option in shell script?
What is bourne shell scripting?
determine the output of the following command: echo ${new:-variable}
Is shell and terminal the same?