Actually more aunix concept, not limited to Linux.
Basics
Get the current shell
echo $SHELL
Shells
Examples are:
- BASH (bourne-again shell), default on many systems
- ZSH, default on mac os
- fish
Actually more aunix concept, not limited to Linux.
echo $SHELL
Examples are: