[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] RE: Site user:group permissions
- Subject: Re: [cobalt-users] RE: Site user:group permissions
- From: "Steve West" <wppiphoto@xxxxxxxx>
- Date: Tue Mar 20 23:33:12 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Bret,
Thanks for the info! We don't user frontpage extension but here is what I
found out works (and please correct me if I'm wrong):
chown nobody:sitex web/
chmod 2755 web/
chmod 644 web/*
All subdirectories under the web/ had to be manually edited to have the
following permissions:
chmod 2755 directory
All content had to be removed from the web/ and replaced w/ new files via
ftp. It was a pain to go and change all the directories. I wish there was an
easier way to do this!
But thanks for the help!!!
SW
On Sat, 17 Mar 2001, Steve West wrote:
} Basically, should I do the following:
}
} chown nobody:nobody -R /web
}
} Or should I be using the site admin:
}
} chown siteadmin:httpd -R /web
No, you shouldn't do either. What you should so is set the
directories and the files to the default permissions. Your best bet
is to use one of the other sites as a template. But the following
are the default settings on a non-FrontPage web on one of our RAQ3s:
siteX nobody.siteX 0755
web nobody.siteX 0755
/web/* UserName.sitex Permissions as appropriate
0644 for static content
0755 for execuitable content