0 votes
in Linux by
How to identify which shell you are using?

1 Answer

0 votes
by

How to identify which shell you are using?

Open the terminal and run:

$ echo $SHELL

This will print the name of the Shell being used. 

...