Re: PHP system(), exec(), passthru()



Most likely the web server isn't allowed to write in the /usr/bin
directory
try system('touch /tmp/test') (and the web server souldn't be writing
to such a place)
this should work.

.