Javascript Menu by Deluxe-Menu.com
Finding out which shell you are using

Finding out which shell you are using

Information about which shell you are using is held in the SHELL environment variable. The command

   echo $SHELL

displays the value of this variable.

You can identify which shell you are presently using from the last part of the pathname.

Pathname                Shell
__________________________________________________________

/.../sh                 Bourne shell
/.../csh                C shell
/.../tcsh               TC shell
/.../ksh                Korn shell
/.../bash               Bourne Again SHell
__________________________________________________________

[Home] [Search] [Index] This site maintained by unixhelp@math.rutgers.edu
This page was last updated on September 05, 2006 at 10:29 am and is maintained by webmaster@math.rutgers.edu.
For questions or comments about this site, please contact help@math.rutgers.edu.
© 2009 Rutgers, The State University of New Jersey. All rights reserved.