On Wed, May 17, 2006 at 08:28:28AM -0700, stupidmail4me wrote: > What's the best way to give all 10 developers access > to those files? I can create a group called > webdevelopers and have that group own /website. I can > also change permissions to 775 on that directory so > that they can create files and directories. But then > that's as much as they can do, the developers can't > edit each others files. Is there any way to change the > umask for a directory and subdirectories?
Have you considered giving the webdevelopers a CVS (or other versionning system) access and having them modify their own local copy of the website, with some mechanism to checkout the latest version of the website in /website ? This has the other advantage to give you cheap backups in case something has gone wrong and you want to revert to an older version of the site. -- Olivier Mehani <[EMAIL PROTECTED]>