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

Re: [cobalt-users] RE: Dreamweaver default upload permissions



> "cbtrussell" <cbtrussell@xxxxxxxxxxx> wrote:
> > I just got that today. It is still incomprehensible to me that DW4
uploads
> > files with 644 permissions ( a umask of 022) when it supposedly is
enabled
> > for workgroup editing. Kind of defeats the purpose to have to manually
> > change the permissions of every file after you u/l it, don't you think!
>
> Brandon, I'm not sure how manual your manual permission changing is, but
if
> you can't find a better solution and need to change permissions quickly
> "find" is your friend.  Use find with the -exec parameter and you can
> probably run a one line command to change ownership on all of the
necessary
> files at once.  Call it from a cron job and you'll save yourself a lot of
> manual grief.

Another good point. Thanks again. I just can't believe DW4 insists on a
umask of 022 and that it's not user configurable.

The reason it's a problem is for sharing files among a team. If you're the
only user/uploader on a given site, it's obviously not a problem.
Dreamweaver is intended to be used in workgroups, as indicated by the built
in version control functionality. However, everything is 644 which requires
the owner to change to 664 before anyone else can have access. I don't
understand why this doesn't piss more users off. Seems really, really stupid
to me.

If I can't change it at least it feels better to vent a little.  :)

Brandon