>This is an AIX question:
>
>How does one set-up the root # prompt to display "pwd" (print working
>directory)??

Hey, this is an ADSM forum, not AIX.  ;-)

It depends upon the shell you use.  Tcsh is popular because of its
usability features.  There, I use:
   set prompt = "%U%n@%m:%~%u ";
in my .tcshrc to give me a prompt of the form
  Username@Systemname:Currentdir

       Richard

Reply via email to