Written by Sean Behan on Sun Jun 17th 2012

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

Tagged with..
#cmd #path #shell #variables #Linux

Just finishing up brewing up some fresh ground comments...