From owner-freebsd-questions@FreeBSD.ORG Wed Sep 16 19:42:32 2009 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 EB523106566B for ; Wed, 16 Sep 2009 19:42:32 +0000 (UTC) (envelope-from artis.caune@gmail.com) Received: from mail-bw0-f206.google.com (mail-bw0-f206.google.com [209.85.218.206]) by mx1.freebsd.org (Postfix) with ESMTP id 78F098FC1B for ; Wed, 16 Sep 2009 19:42:32 +0000 (UTC) Received: by bwz2 with SMTP id 2so3541768bwz.43 for ; Wed, 16 Sep 2009 12:42:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=m56ZbiMdAgyVQe23nxd1Gt5wJJPz7AQAbmLzgbKNb0E=; b=MsQFb/AiLfaYcThKra6d7p2EbMfbtjIgpLcjViWwAK6Iv6/UWGBV/Pu5v+UFDZ5O8c uYLQSwYxmjNfTcoR42hcGq2b5xlDsBgYwGqGbZqpprVNvHpFbEESR0I0x2fiXulO1pJz 6tk2/EuDIeQ3FTN5wR4kUNOm6df5O8l+CMDzo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=K0p/1oOlUo1DNzVshYtFXFhLedj58sVMW0bcO99MrOEHUxs/XQM7T1mb85zffS4FsB VS5FF9fQ/L8S7JNgvKdmWltah6lLi1zI8A4yquRi8Dy9KzwbbR6ZxTyPkY0WNFPzBcOL xoExSWYWbcZ2ILMKJyjD/676u0gGzwcQ19gd0= MIME-Version: 1.0 Received: by 10.103.80.25 with SMTP id h25mr4039312mul.15.1253130151186; Wed, 16 Sep 2009 12:42:31 -0700 (PDT) In-Reply-To: <4AB13CF0.2060508@infracaninophile.co.uk> References: <9e20d71e0909161221i432edd65s9dac7e0da7c2fdc9@mail.gmail.com> <4AB13CF0.2060508@infracaninophile.co.uk> Date: Wed, 16 Sep 2009 22:42:30 +0300 Message-ID: <9e20d71e0909161242l56aaeecdy51a42f08906cf8ff@mail.gmail.com> From: Artis Caune To: Matthew Seaman Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: /tmp sticky bit differences on FreeBSD 8 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: Wed, 16 Sep 2009 19:42:33 -0000 2009/9/16 Matthew Seaman : >> On FreeBSD 6,7 files are created with wheel group, but on 8 - with `gid`= . > > It seems that ZFS uses SysV group semantics (new files get the 1ary group= of > the user unless the directory is set to SGID). =C2=A0UFS filesystems on 8= .x still > behave in the expected BSD way (new files get the same group as the > directory unless the user is not a member of that group, when they get th= e > users' 1ary group). > > There's a thread 'ZFS Group ownership' =C2=A0on this topic in freebsd-hac= kers@... > at the moment. > hmm, I use ZFS on FreeBSD 7, but still get wheel group and not egid. --=20 Artis Caune Everything should be made as simple as possible, but not simpler.