Re: [PHP] why is this shell_exec() failing to execute my shell to create a symlink?

2009-06-27 Thread Jonathan Tapicer
Make sure that: - The user executing the script (apache I presume) has execute permissions on ls and ln binaries. - The user executing the script has write persmissions on the directory you are trying to write, and read permissions where you do ls. - This will probably help: put the full binary pa

[PHP] why is this shell_exec() failing to execute my shell to create a symlink?

2009-06-27 Thread Govinda
this code: $testOutput"; echo "testOutput2:$testOutput2firstCMD= $firstCMD"; echo "firstOutput:$firstOutputsecondCMD= $secondCMD"; echo "secondOutput:$secondOutputthirdCMD= $thirdCMD"; ?> is not producing the symlink that I think it should. (?!?) (neither in the dir/ where th