11 Jul 2009, 11:48pm
Linux:
by

leave a comment

How to Get Your User's SHELL and PATH Information

How to find your user SHELL and PATH on Linux

echo $PATH
echo $SHELL

Which will print the paths to the screen

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
/bin/bash