How to determine Shell

You can get the name of your shell prompt, with following command :

Syntax:

  1. echo $SHELL  
Linuxss How to determine shell 1

Look at the above snapshot, with the help of above command we got the name of our shell which is ‘bash’.

The $ sign stands for a shell variable, echo will return the text whatever you typed in.


Posted

in

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *