• Open a new Terminal Window 

  • Type in the following command

    echo $SHELL
    
  • This will output something similar like below

    root@local-laptop:~$ echo $SHELL
    /bin/bash