[PHP] shell_exec('cp...

2002-10-08 Thread Alec Solway
I'm having problems running cp from shel_exec(). Nothing is returned, but the copy is unsuccessful. The same call works as user nobody from the actual shell. Any ideas? -Alec -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] shell_exec('cp...

2002-10-08 Thread Marco Tabini
Have you tried redirecting stderr to a file? On Tue, 2002-10-08 at 11:50, Alec Solway wrote: I'm having problems running cp from shel_exec(). Nothing is returned, but the copy is unsuccessful. The same call works as user nobody from the actual shell. Any ideas? -Alec -- PHP