Is there a special way to allow only a specific user to execute the
system_exec() and exec() calls?



on 6/18/07 10:31 AM, Daniel Brown at [EMAIL PROTECTED] wrote:

> On 6/18/07, Crayon Shin Chan <[EMAIL PROTECTED]> wrote:
>> On Monday 18 June 2007 13:15, makhan wrote:
>> 
>> Stop top posting.
>> 
>>> I am also using shell_exec('matlab -r myscript') to run
>>> my matlab script.
>> 
>> Using shell_exec('matlab -r /path/to/myscript') would be a better idea.
>> 
>> --
>> Crayon
>> 
>> --
>> PHP General Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>> 
>> 
> 
> <?
>     exec('date 2>&1',$ret);
>     echo $ret."\n";
> ?>

-- 
Mike Yrabedra B^)>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to