ADSM-L

Re: AIX question: how to display "pwd" at root prompt??

2001-01-24 14:54:49
Subject: Re: AIX question: how to display "pwd" at root prompt??
From: Gail Riley <gail AT STORAGECOM DOT COM>
Date: Wed, 24 Jan 2001 14:58:39 -0500
I use the following in my /.profile.  We have user and host also since we
work on as many as 20 different nodes in a day and want to make sure we're
in the right place!

PS1='$LOGNAME@$HOSTNAME:$PWD# '
export PS1

Hope this helps-
Gail