[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Raq4/CGIWrap - Permission Denied -Solved but what chmode ?
- Subject: Re: [cobalt-users] Raq4/CGIWrap - Permission Denied -Solved but what chmode ?
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Tue Apr 3 06:03:11 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> But what is recomanded ? 755 / 711 ??
>
Always use the most restrictive access possible
711 is more restrictive than 755
it also prvents anyone except the owner from reading the files.
Gerald