This is quite an annoyance and I hope someone can shed some light on this problem (I have no doubt about it...
)
I wrote a script to automate the creation of some HTML files based on data submitted from a form. This is to ease the burden on my web team since there would be many files to create manually.
The script works beautifully and all the generated files are viewable via the browser.
The only catch is that I cannot open the files as a user in order to modify them (but I can still delete them).
I have tried doing a chmod 0755 in the script but that does not seem to work.
I think the basic problem is due to the fact that these files are created by a cgi script but I can't see why that should prevent the change of permissions...
Help...
Thanks

I wrote a script to automate the creation of some HTML files based on data submitted from a form. This is to ease the burden on my web team since there would be many files to create manually.
The script works beautifully and all the generated files are viewable via the browser.
The only catch is that I cannot open the files as a user in order to modify them (but I can still delete them).
I have tried doing a chmod 0755 in the script but that does not seem to work.
I think the basic problem is due to the fact that these files are created by a cgi script but I can't see why that should prevent the change of permissions...
Help...
Thanks