Showing the path in the Linux command prompt

# show full path of current dir in linux command prompt
PS1="[\u@\h \w]\\$ "

About Rob