On 03/17/2012 05:21 PM, enclair wrote:
> Hi,
>
> By default in Fedora /usr/local/bin is before /usr/bin
> Where is it defined?
> In /etc/profile, only /usr/local/sbin is set.
>
>

I believe it is complied into /bin/bash.

If you edit the /etc/profile to first issue an echo $PATH > /tmp/test you will 
set
that it is already set.  Further, if you do a:

strings /bin/bash | grep local

you will see...

/usr/local/bin:/bin:/usr/bin

Which is the same what you get in your /tmp/test file.



-- 
Do not condemn the judgment of another because it differs from your own. You 
may both
be wrong. -- Dandemis
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to