Hello,

I have a script that is being called from the web  , it invokes the
system() function and I try to test running some system commands to
see if they are properly invoked.

Apache is running without jail (-d) due to special needs.

mv and cp do not display any output (this do not execute), while cat and ls do.

If I run the script via the command line all of the commands display
ouput (even if its the usage help info of each command) .

I have tried running the commands with the absolute path, and without.

The permissions and ownerhsip for /bin are all the same and are system defaults.

What could be wrong?

Andres

Reply via email to