This is a discussion on login in script within the AIX Operating System forums, part of the Unix Operating Systems category; --> Does anyone have a good script to put in /etc/environments or /etc/profile that will show username logged in and ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| I assume you mean setting your prompt? just set the PS1 variable. I do this in my .profile export PS1='$HOSTNAME $PWD >' just replace $HOSTNAME w/ $USER & you should have what you want On Dec 5, 9:18 am, "capeme" <cap...@comcast.net> wrote: > Does anyone have a good script to put in /etc/environments or > /etc/profile that will show username logged in and path? |