From owner-freebsd-questions@FreeBSD.ORG Thu Jul 10 13:46:47 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17F731065677 for ; Thu, 10 Jul 2008 13:46:47 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.184]) by mx1.freebsd.org (Postfix) with ESMTP id A1BD68FC23 for ; Thu, 10 Jul 2008 13:46:46 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: by ti-out-0910.google.com with SMTP id d27so1375074tid.3 for ; Thu, 10 Jul 2008 06:46:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=dtVpL2q52E2lS0315+TMwdi4YwGz3sLUm+MuaUrX1ZE=; b=ISX459FDq+unAVNazi4cU/BaVMtYZohpyYeQbyMoFMutINR0ReXLBEMsXR6tb7Dyli i9XCtVa7dqZBoivE7MOpz10rNI3SmgnZ4T2VhIz/spPIm7ef05NW+bA9auWM83fJVBX9 K7zEilUA3KsEtCv1lHIvwl/vDyuj655jqUhNg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=QT1+ANuAEPEoeJ2JNfkD2Pdalg5m5tsIcBKpPXKRw+ODa1unNTMKXpRr6MvkKigO5O EfJ8qiKKjc2YO4pxiGC5Qcu3K6MyBmQYLAkGbVLaZ2bYsEgPL9Mgn617gAHtyWnt+NXe ZXwSD0FDFsVpEcAxfPpwF6+xONLHDSJh7YLNM= Received: by 10.151.112.10 with SMTP id p10mr14490966ybm.198.1215697603866; Thu, 10 Jul 2008 06:46:43 -0700 (PDT) Received: by 10.150.182.18 with HTTP; Thu, 10 Jul 2008 06:46:43 -0700 (PDT) Message-ID: <340a29540807100646t5aa3c4abr1055c4bef9419ea2@mail.gmail.com> Date: Thu, 10 Jul 2008 07:46:43 -0600 From: "Andrew Falanga" To: "freebsd-questions@freebsd.org" , "Andrew Falanga" In-Reply-To: <20080710033002.GB8384@shepherd> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200807092026.42703.af300wsm@gmail.com> <20080710033002.GB8384@shepherd> Cc: Subject: Re: User properties and how to make files with a specific group owner X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jul 2008 13:46:47 -0000 On Wed, Jul 9, 2008 at 9:30 PM, Sahil Tandon wrote: > Andrew Falanga wrote: > >> I've not had to set this up and so far my efforts have proven less than >> successful. I'm working on a web project with my father and one other >> developer. I need to have it so that our user id's, when creating files in >> the directory we share the source code in, create the files with the group >> id common to the three of us. How do I do this? > > [...] > > New files are created with GID set to that of the directory in which they're > contained. In your case, is that directory owned by user and group 'andy'? > If so: > Thank you. That is very helpful. I did not know that. Andy