Sunday, October 16, 2011

Learn path and shell of current user on unix

To find the shell type of current user:
echo $SHELL

To find the paths of current user:
echo $PATH