Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 May 2008 08:29:26 +0200 (CEST)
From:      Wojciech Puchar <wojtek@wojtek.tensor.gdynia.pl>
To:        Montag <montag@activeattack.com>
Cc:        freebsd questions <freebsd-questions@freebsd.org>
Subject:   Re: Configuring Bash
Message-ID:  <20080515082916.G5412@wojtek.tensor.gdynia.pl>
In-Reply-To: <1210810823.5782.1253224263@webmail.messagingengine.com>
References:  <1210810823.5782.1253224263@webmail.messagingengine.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> PS1 = ' [\u@\h--\w] '
> case `id -u` in
>      0) PS1='${PS1} # ';; # root
>      *) PS1='${PS1} $ ';; # everyone else
>
> When I log in, I am greeted with:
> ${PS1} $ $

$PS1 nie ${Ps1}

>
> However, if I su to root, I get:
> [root@host-- /home/user]#
>
> That is what I wanted, but for some reason it is not working for a
> normal user.  I thought perhaps the problem could be that .bash_profile
> is only loaded when a non-login shell is spawned, but a quick
> consultation of man bash revealed that bash reads ~/.bash_profile when
> it is invoked as a login shell.
>
> My next thought was that it was a permissions issue, but:
> su
> chmod 777 .bash_profile
> exit
> logout
> login
>
> That did not change the results, the output was still the same as above.
> This is all being done at the console, by the way.
>
> Appreciate any advice,
>
> montag
> --------------------------
> "Give the people contests they win by remembering the words to more popular songs or the names of state capitals or how much corn Iowa grew last year. Cram them full of non-combustible data, chock them so damned full of 'facts' they feel stuffed, but absolutely 'brilliant' with information. Then they'll feel they're thinking, they'll get a sense of motion without moving."
>
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
>
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080515082916.G5412>