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 --armor --output e.gpg -e -r uid_someuser sf.txt"); if I run it from the command line, it works fine... In summary, I'm trying to get a working gpg script going... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php