[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] file permission does not stay for cgi
- Subject: RE: [cobalt-users] file permission does not stay for cgi
- From: "Dan Kriwitsky" <list1@xxxxxxxxxxxxxxxxxxxx>
- Date: Mon Jun 10 07:03:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> 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