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. 

Related questions

+1 vote
asked Feb 18, 2021 in Linux by SakshiSharma
0 votes
asked Aug 19, 2019 in Selenium by rahulsharma
...