Steve Philp wrote:
> 
> Lawrence Sayre wrote:
> >
> > My command line path only shows the directory I'm in, and not all of the
> > directories below it.
> >
> > How can I set this for complete path information?
> 
> To change it for all users:
> 
>         Edit /etc/profile, changing this line:
> 
>                 PS1="[\u@\h \W]\\$ "
> 
>         to this:
> 
>                 PS1="[\u@\h \w]\\$"
> 
> To change it just for yourself, add the line above to ~/.bash_profile.
> 
> You can find information about what the \u, \h, \w and \$ mean in the
> Bash manpage.  (man bash)
> 
> --
> Steve Philp
> [EMAIL PROTECTED]

Sorry Steve, but this didn't work.  

Thanks for trying!

Lawrence Sayre
 
---------------------------------------------
"Man's mind is his basic tool of survival!"
(a quote from the famous 'John Galt'  speech 
in the equally famous book "Atlas Shrugged")

Lawrence Sayre <[EMAIL PROTECTED]>
---------------------------------------------

Reply via email to