From owner-freebsd-questions@FreeBSD.ORG Tue Dec 23 19:36:09 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4609316A4CE for ; Tue, 23 Dec 2003 19:36:09 -0800 (PST) Received: from Princeton.EDU (postoffice02.Princeton.EDU [128.112.130.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1281443D4C for ; Tue, 23 Dec 2003 19:36:08 -0800 (PST) (envelope-from sabshere@Princeton.EDU) Received: from smtpserver1.Princeton.EDU (smtpserver1.Princeton.EDU [128.112.129.65]) by Princeton.EDU (8.12.9/8.12.9) with ESMTP id hBO3a7Kq009413; Tue, 23 Dec 2003 22:36:07 -0500 (EST) Received: from princeton.edu (h69-11-139-92.69-11.unk.tds.net [69.11.139.92]) (authenticated bits=0)hBO3a1go029023 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT); Tue, 23 Dec 2003 22:36:06 -0500 (EST) Message-ID: <3FE90996.9050606@princeton.edu> Date: Tue, 23 Dec 2003 21:35:50 -0600 From: Seamus Abshere User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: group members can't modify files even though 775 set X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Dec 2003 03:36:09 -0000 Dear freebsd-questions, I want all members of the "webmasters" group to be able to modify my web documents directory /www. Here's my user, a webmaster: > $id sabshere > uid=1000(sabshere) gid=0(wheel) groups=0(wheel), 1002(webmasters) and, just in case, here's root: > $id root > uid=0(root) gid=0(wheel) groups=0(wheel), [...], 1002(webmasters) Here's my directory: > $ls -l > -rwxrwxr-x 1 root webmasters 3714 Dec 19 16:49 index.html But this happens when I am logged in as sabshere: > $echo "whatev" > index.html > -bash: index.html: cannot overwrite existing file I thought this had to do with the "sticky bit," but "chmod -R -t /www" doesn't do anything. Thanks for any insight you can give, Seamus