Posted by Jerry Stuckle on 09/14/07 12:08
marco.minerva@gmail.com wrote:
> Hi all!
>
> Within my PHP page (on an Apache webserver), I must call a shell
> program that saves a file to disk. The program is executed correctly,
> but nothing is saved; I think this is a permission problem. I can't
> modify the program, so there is a way to solve the problem?
>
> Thanks in advance.
> --
> Marco Minerva, marco.minerva@gmail.com
> http://blogs.ugidotnet.org/marcom
>
Set the appropriate permissions on the directory and/or file, as necessary.
Check a Linux admin group for more info.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|