0 votes
in Linux by
Which are the Shells used in Linux?

1 Answer

0 votes
by

Which are the Shells used in Linux?

The most common Shells used in Linux are

bash: Bourne Again Shell is the default for most of the Linux distributions

ksh: Korn Shell is a high-level programming language shell

csh: C Shell follows C like syntax and provides spelling correction and Job Control

zsh: Z Shell provides some unique features such as filename generation, startup files, login/logout watching, closing comments etc.

fish: Friendly Interactive Shell provides some special features like web-based configuration, auto-suggestions, fully scriptable with clean scripts

Related questions

+1 vote
asked Oct 18, 2022 in Linux by AdilsonLima
0 votes
asked Nov 11, 2020 in Linux by sharadyadav1986
...