Say I use some Linux operating system. How could I see a list of all the shells that came installed with it (either CLI shells or GUI shells)?
Typing echo $SHELL
isn't good for me because it only shows me my current shell (Bash), but what I desire is to list all shells currently installed in the system.
My aim is to have a direct check of all the shells that came with my OS, especially if there are any other beside sh
and Bash
.