From owner-freebsd-questions Thu Dec 13 7: 4:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mproxy.zedo.fuedo.de (mproxy.zedo.fuedo.de [193.99.167.226]) by hub.freebsd.org (Postfix) with ESMTP id 3CC7837B416 for ; Thu, 13 Dec 2001 07:04:46 -0800 (PST) Received: from osterix.zkom.de (osterix.zkom.de [193.99.166.14]) by mproxy.zedo.fuedo.de (8.9.3/8.9.3) with ESMTP id PAA23751 for ; Thu, 13 Dec 2001 15:45:24 +0100 (CET) Received: from ultra (ultra.zkom.de [193.99.166.22]) by osterix.zkom.de (8.9.3/8.9.3) with SMTP id QAA71508; Thu, 13 Dec 2001 16:04:36 +0100 (CET) (envelope-from grueneba@osterix.zkom.de) Message-Id: <200112131504.QAA71508@osterix.zkom.de> Date: Thu, 13 Dec 2001 16:06:27 +0100 (MET) From: Ulrich Gruenebaum Reply-To: Ulrich Gruenebaum Subject: group permissions To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Content-MD5: wq0jewe7rCm2qwycwW/00w== X-Mailer: dtmail 1.3.0 @(#)CDE Version 1.4 SunOS 5.8 sun4u sparc Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, does anybody know how to solve the following administration problem on a FreeBSD file server: - There a some large files on the server, belonging to someone. - The owner and some other users must be able to read and write them. - Another group of users shall have read-only access. - All remaining users shall have neither read nor write access. My approach was, to specify group-permissions like below, and putting all r/w users into the specific group 'rwgroup', but this does not allow me to distinguish between the users with r/w and the users with read-only permission. > ls -lF file -rw-rw---- 1 user rwgroup 1024 Dec 13 14:55 file (the owner and all users who are members in group 'rwgroup' have r/w access, others have no access at all. But how can I give read-only access to an additional group of users??) Any hints are appreciated! Best regards Ulrich -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Ulrich Gruenebaum (grueneba@zkom.de) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message