in reply to Re: Re: Stupid newbie question - perl/cgi
in thread perl/cgi question: script works from unix command line, but not web page
If I chmod the script 0755, then my script can read and execute files, but it cannot write to files!!
If I chmod it to 0777 it can read, execute, and write to/from files.
This is a very strange behaviour, but it is how the server I am on works. So to be able to write to files, I HAVE to chmod my scripts to 0777.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Stupid newbie question - perl/cgi
by Juerd (Abbot) on Apr 04, 2002 at 05:45 UTC | |
by mt2k (Hermit) on Apr 04, 2002 at 06:37 UTC |