To find out which shell you are currently using, type the following command:
echo $SHELL
The result of that command will tell you what your current shell is and may look something like:
/bin/bash
That would mean that you are using the bash shell. On a side note, you would also realise that this shell resides in the bin directory.
No comments:
Post a Comment