Search found 2 matches

by jediboy
Fri Mar 11, 2005 12:35 pm
Forum: PHP - Code
Topic: system('rsh ...') not working
Replies: 1
Views: 225

I finally figured it out .... i forgot that running from the php code the rsh command was being submitted by the apache user which explains why it worked from the command line because rsh was running with the windows user. so to get it to work i needed to update my .rhosts file on the remote machine...
by jediboy
Fri Mar 11, 2005 12:13 pm
Forum: PHP - Code
Topic: system('rsh ...') not working
Replies: 1
Views: 225

system('rsh ...') not working

I'm running php4 with apache on windows and I'm trying to use system() with rsh commands to a linux box but i can't seem to get it to work. I've seen a few posts about attempting similar things and getting the same results that I am getting, but I have not come across any resolutions yet. Here is th...