[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: GLIBC_2.4



On Nov 1, 2007 5:49 AM, Florian Kulzer <florian.kulzer+debian@icfo.es> wrote:
>
> ~/.bash_profile does this by default nowadays:
>
> # set PATH so it includes user's private bin if it exists
> if [ -d ~/bin ] ; then
>     PATH=~/bin:"${PATH}"
> fi
>

That's not as secure as putting the ~/bin part at the end.



Reply to: