- Open a new Terminal Window
- Type in the following command
echo $SHELL
- This will output something similar like below
[email protected]:~$ echo $SHELL /bin/bash
Image Credits: Photo by Isis França on Unsplash.
echo $SHELL
[email protected]:~$ echo $SHELL
/bin/bash
Image Credits: Photo by Isis França on Unsplash.