tarlejh Posted January 16, 2009 Share Posted January 16, 2009 So I am trying to have PHP execute shell commands or programs, in particular svn and rsync. It's useless. It executes cd and pwd, just fine, and will even run a shell script, but I have no luck executing svn, rsync, or even whoami, by themselves, or within a shell script. PHP is running as "nobody" which I think is the root cause of this. So, how can I give user nobody permission to access our svn repository or at least run rsync? Link to comment https://forums.phpfreaks.com/topic/141105-need-help-with-shell_exec-exec-passthru-functions-etc/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.