RE: [PHP] Re: exec works with some, but not all commands

2004-07-24 Thread bruce
gards, -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Chris Martin Sent: Saturday, July 24, 2004 6:26 PM To: [EMAIL PROTECTED] Subject: [PHP] Re: exec works with some, but not all commands Matthew Sims wrote: >>why would exec("touch /var/www/testfile.txt") w

[PHP] Re: exec works with some, but not all commands

2004-07-24 Thread Chris Martin
Matthew Sims wrote: why would exec("touch /var/www/testfile.txt") work but not exec("/usr/bin/gpg --homedir /home/testuser/.gnupg blah blah blah") the dir used in homedir has mode 777 just for testing this is the actual command I'm trying to run... exec("/usr/bin/gpg --homedir /home/testdir/.gnupg