From owner-freebsd-questions@FreeBSD.ORG Tue Jan 8 13:32:24 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B70A0BB0 for ; Tue, 8 Jan 2013 13:32:24 +0000 (UTC) (envelope-from fbsd8@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id 9B818FA for ; Tue, 8 Jan 2013 13:32:24 +0000 (UTC) Received: from [10.0.10.3] ([173.88.197.103]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.4675); Tue, 8 Jan 2013 05:32:19 -0800 Message-ID: <50EC1FE1.4060205@a1poweruser.com> Date: Tue, 08 Jan 2013 08:32:17 -0500 From: Fbsd8 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: FreeBSD questions Subject: mtree spec Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 08 Jan 2013 13:32:19.0924 (UTC) FILETIME=[95527140:01CDEDA4] X-Sender: fbsd8@a1poweruser.com X-Authenticated-Sender: fbsd8@a1poweruser.com X-EchoSenderHash: [fbsd8]-[a1poweruser*com] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2013 13:32:24 -0000 I have this mtree specification file /set type=dir uname=root gname=wheel . etc .. root .. usr local etc .. .. .. .. But I want to have it behave a little differently. What I am after is etc has to be present and any sub-directories off of etc is not a error. Same thing for for root and usr/local/etc Can I do it using the nlink option on the etc level above or use some flag on mtree -d command I feed the above specification file to?