From owner-freebsd-questions@FreeBSD.ORG Thu Nov 11 16:37:51 2004 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 4831416A4CE for ; Thu, 11 Nov 2004 16:37:51 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA4D343D39 for ; Thu, 11 Nov 2004 16:37:50 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.1) id iABGbiuC048334; Thu, 11 Nov 2004 10:37:44 -0600 (CST) (envelope-from dan) Date: Thu, 11 Nov 2004 10:37:44 -0600 From: Dan Nelson To: Andy Firman Message-ID: <20041111163744.GD4702@dan.emsphone.com> References: <20041111154455.GA15623@akroteq.com> <20041111155254.GB4702@dan.emsphone.com> <20041111155812.GA16154@akroteq.com> <20041111161137.GC4702@dan.emsphone.com> <20041111162706.GB16306@akroteq.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041111162706.GB16306@akroteq.com> X-OS: FreeBSD 5.3-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.6i cc: freebsd-questions@freebsd.org Subject: Re: unpacking as root gives weird ownership... 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: Thu, 11 Nov 2004 16:37:51 -0000 In the last episode (Nov 11), Andy Firman said: > On Thu, Nov 11, 2004 at 10:11:37AM -0600, Dan Nelson wrote: > > In the last episode (Nov 11), Andy Firman said: > > > On Thu, Nov 11, 2004 at 09:52:55AM -0600, Dan Nelson wrote: > > > > > Why wouldn't it unpack with root, wheel ownership? > > > > > > > > Tarfiles extracted as root preserve the original ownership of the > > > > files. You can use the -o flag to make all the extracted files > > > > owned by root. > > When I use the -o switch it still won't unpack as root:wheel. -o works for the native tar on Solaris, Tru64, and IAX. gnutar doesn't understand -o but does know about --no-same-owner. bsdtar understands both flags; I just tested it. -- Dan Nelson dnelson@allantgroup.com