From owner-freebsd-questions@FreeBSD.ORG Sun Oct 22 03:13:41 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 E239716A403 for ; Sun, 22 Oct 2006 03:13:41 +0000 (UTC) (envelope-from atom.powers@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A01943D45 for ; Sun, 22 Oct 2006 03:13:37 +0000 (GMT) (envelope-from atom.powers@gmail.com) Received: by nf-out-0910.google.com with SMTP id p77so1954070nfc for ; Sat, 21 Oct 2006 20:13:36 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Q1JtnjiuNFSROZHPmVABb2HvPyn7RYYu7NeR7fgaqqlSoEUrodhBSlF5648oalAPWQB3AdOb2yNp6p+vUVSYhrU+y2CUX+7SPVlV7zloDCScGvYEOEp0IZ276KPQPK49xJDhLzIh8vwP0fgEm7YFDhr9E+G3zr81d05Sb71lRzI= Received: by 10.48.163.19 with SMTP id l19mr3695839nfe; Sat, 21 Oct 2006 20:13:36 -0700 (PDT) Received: by 10.49.63.18 with HTTP; Sat, 21 Oct 2006 20:13:35 -0700 (PDT) Message-ID: Date: Sat, 21 Oct 2006 20:13:35 -0700 From: "Atom Powers" To: "David Stanford" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: FreeBSD Mailing List Subject: Re: setfacl(1) Recursively? 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: Sun, 22 Oct 2006 03:13:42 -0000 On 10/21/06, David Stanford wrote: > I'm simply trying to set ACLs on a few directories but don't see an option > to recursively apply this to the whole directory's contents. Does applying > the ACL to a directory inherently apply it to all other files and folders > within the directory? I've browsed the man page and handbook but can't find > the info. Thanks. Hmm, I don't see a recursive option either. You should be able to set ACL on files in a direcotry with `setfacl -m *`, and pipe that through 'find -type:d` and xargs to do an entire directory tree. -- -- Perfection is just a word I use occasionally with mustard. --Atom Powers--