On 30 January 2006 19:23, Martin wrote:
> Any response?
> TIA
> --- Martin <[EMAIL PROTECTED]> wrote:
>
>> I am attempting to invoke a command with execvp/execlp. If a file
>> appears in my PATH before the executable desired and has the same name
>> as the executable, the first occurrence of the file name is used as
>> the executable to invoke. Even though the first file is NOT marked as
>> executable.
>> Is this normal behavior for execlp/execvp?
>> Shouldn't the execution permission be set in order to execute it?
Depends on your mountpoints. If the file is found under a mountpoint with
the cygexec flag set, it will be assumed to be
executable regardless of the x bit in the file's perms.
cheers,
DaveK
--
Can't think of a witty .sigline today....
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/