[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] file permission does not stay for cgi



> I have cgi scripts that need various permissions on
> the files. I set these permissions using WS_FTP, but
> it seems like after a couple days, the files go back
> to the default permission used for standard web pages, 
> resulting in the scripts to stop working properally.
> 
> Why does it do this and how can I make sure the
> permissions stay no matter what?
> 

My guess would be there's a function in the script, after writing to the
file, or whatever it's doing, it's CHMOD the file to something else.
Files don't CHMOD themselves.
-- 
Dan Kriwitsky