I believe it is complied into /bin/bash.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.
>
>
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.
I've found it is the default of the login program too (man login).
In the init process Fedora uses PATH="/sbin:/usr/sbin:/bin:/usr/bin" (/etc/init.d/functions)
-- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx 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