How to check which shell I am using?

Run the following command in the current terminal:

echo $0

Then it will output something like this:

-sh

OR run:

ps -p $$

To see what shells are available? run:

cat /etc/shells