107. What are the Shells used in Linux?
In Linux, the following shells are used:bash: Linux distributions have bourne again as its default shell, ksh: Korn shell is a high-level programming shell that has built-in operations and supports associative arrays.csh: The C shell corrects spelling and manages jobs.zsh: The Z shell has certain unique features, such as filename creation and startup files.