Stefan Klingner wrote:
> i try to run a command like "ls /" from a php script inside a jail. the 
> jail was created with jailkit and contain the tool + all required 
> libaries. if i write exec("ls /"); in a php script, it returns nothing. 
> have someone an idea? possibly the processor do not have the path or do 
> not know how to find the executable?

If you want to know the cause, I suggest you try with the full path and also
check phpinfo (); to see the PATH-variable.

Hope that helps.

_______________________________________________
Peruser mailing list
[email protected]
http://www.telana.com/mailman/listinfo/peruser

Reply via email to