[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] [root web]# to [root ]# prompt
- Subject: Re: [cobalt-developers] [root web]# to [root ]# prompt
- From: Kingsly John <kingslyj@xxxxxxxx>
- Date: Fri Oct 19 05:46:00 2001
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
On Fri, 19 Oct 2001, KAMRY wrote:
|Notice that the [root web]# was changed to [root ]# as a result of that
|code. Anyone has any clue on what could have made the prompt to change - Did
|I get into a mess?! Any advice.
log out and log back in... the prompt should return to normal.
check the value of PS1
On my machine...
[kingsly@utopia kingsly]$ echo $PS1
[\u@\h \W]\$
[kingsly@utopia kingsly]$ PS1="[\u \W]\$"
[kingsly kingsly]$echo $PS1
[\u \W]$
[kingsly kingsly]$
HTH
kingsly