From owner-freebsd-questions Mon Jan 27 10:37:18 2003 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 8303937B405 for ; Mon, 27 Jan 2003 10:37:17 -0800 (PST) Received: from tomts24-srv.bellnexxia.net (tomts24.bellnexxia.net [209.226.175.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CC5243E4A for ; Mon, 27 Jan 2003 10:37:16 -0800 (PST) (envelope-from phillip@3bags.com) Received: from 3bagsmedia ([207.35.180.174]) by tomts24-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20030127183715.PWUP5735.tomts24-srv.bellnexxia.net@3bagsmedia> for ; Mon, 27 Jan 2003 13:37:15 -0500 From: "Phillip Smith" To: Subject: A question about umask, groups and classes Date: Mon, 27 Jan 2003 13:39:44 -0500 Message-ID: <000c01c2c633$7638a250$aeb423cf@3bagsmedia> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 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 there, What I'm trying to accomplish is - to have a group of users called 'developers' - read/write access to all files created by any member of that group I believe in the past I've accomplished this via a umask of 002, but I don't recall where I put that to have it automatically assigned to all users in a certain group? Also, I've stumbled on the whole login.conf stuff, which seems to speak to 'classes' of users? I've never used user classes, is this a better way to set this? Preferably, I don't want to have to set the GUID on every folder the group is jointly working on. I'd rather have all files group readable/writeable by default. Are there any reasons not to do this? Many thanks in advance, phillip. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message