Hey, give me *some* credit, Ben!
<boy-do-I-feel-dumb>
Okay, guess what: a "feature" has bitten me. When one uses "ls" in RH, it
has the --color alias set, something that I normally love. However, the
--color feature has one *REALLY* annoying thing. For example, files with
+x set show up in green. Handy for executables. Well, so do files that
end in ".sh" -- EVEN IF their executable bits aren't set.
As was the case here. Wups.
-Ken
</boy-do-I-feel-dumb>
And, yes, it is an untrusted source, but it certainly appears to be legit,
and it's from the site itself, instead of off on somebody's somewhere,
hidden far, far away...
On Mon, 26 Nov 2001, Benjamin Scott wrote:
> On Mon, 26 Nov 2001, Ken Ambrose wrote:
> > I just wish I could get it to compile; I keep getting
> >
> > make: execvp: /usr/src/linux/scripts/pathdown.sh: Permission denied
> >
> > when I try to "make", and I'm not quite sure what it means.
>
> It means the "pathdown.sh" shell script does not have execute permission
> for the current user. In fact, it likely does not have execute permission
> at all. Try
>
> chmod a+x /usr/src/linux/scripts/pathdown.sh
>
> That will add the execute permission ("mode") for all users.
>
> #ifdef PARANOID
>
> Do note that applying patches from untrusted sources in inherently
> dangerous. That is the Microsoft platforms have virus problem -- too many
> people run untrusted programs.
>
> #endif /* PARANOID */
>
> --
> Ben Scott <[EMAIL PROTECTED]>
> | The opinions expressed in this message are those of the author and do not |
> | necessarily represent the views or policy of any other person, entity or |
> | organization. All information is provided without warranty of any kind. |
>
>
> *****************************************************************
> To unsubscribe from this list, send mail to [EMAIL PROTECTED]
> with the text 'unsubscribe gnhlug' in the message body.
> *****************************************************************
>
>
*****************************************************************
To unsubscribe from this list, send mail to [EMAIL PROTECTED]
with the text 'unsubscribe gnhlug' in the message body.
*****************************************************************