in reply to Find Scripts and Make Executable

I have found that sometime scripts are purposely made not executable may be to avoid accidental running as they are meant to be run from cron or some other ways. So it is done not as a security mesaure but as a precautionary measure.

artist

Replies are listed 'Best First'.
Re: Re: Find Scripts and Make Executable
by The Mad Hatter (Priest) on Apr 22, 2003 at 15:39 UTC
    I agree that sometimes that is true and is a good precaution, but in my case, the scripts weren't marked executable because they were copied over from a Windows machine which doesn't preserve the permission bits.