Showing the path in the Linux command prompt

On February 25, 2009, in Linux, by Rob
# show full path of current dir in linux command prompt
PS1="[\u@\h \w]\\$ "
 

Leave a Reply