Israel Science and Technology Directory

Linux Shells

In the world of computers, a shell is a program that serves as an interface between the user and the operating system. There are two types of shells:

In Unix/Linux systems, there are two main CLI-type shells:

Bash is the most common shell in Linux systems. Typing the command echo $SHELL displays the SHELL type.

ADVERTISEMENT