From owner-freebsd-questions@FreeBSD.ORG Sun Oct 22 03:52:21 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 12E3916A407 for ; Sun, 22 Oct 2006 03:52:21 +0000 (UTC) (envelope-from dthomas53@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3381B43D45 for ; Sun, 22 Oct 2006 03:52:19 +0000 (GMT) (envelope-from dthomas53@gmail.com) Received: by nf-out-0910.google.com with SMTP id p77so1960437nfc for ; Sat, 21 Oct 2006 20:52:19 -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:references; b=XZR07fGP5RfZVv1IRNw3fenc/IGwzaRleR8pRxDaoQ2OU6cMEskQI+XF/4xyuHLLGWhQBf+euCFXw++Ow6fGSGNIg0YcZc/3pkNVSKs+4DIm1k/Uqkf/RRG9mxxmWAvcCCR4KnzbUGPuzN6I/QjKyvhIk9kzNiMlztwgaoQDlHQ= Received: by 10.78.204.1 with SMTP id b1mr4923205hug; Sat, 21 Oct 2006 20:52:18 -0700 (PDT) Received: by 10.78.138.14 with HTTP; Sat, 21 Oct 2006 20:52:18 -0700 (PDT) Message-ID: Date: Sat, 21 Oct 2006 23:52:18 -0400 From: "David Stanford" To: "Atom Powers" In-Reply-To: MIME-Version: 1.0 References: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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:52:21 -0000 > > 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. > I got it with this on my server for /etc: # cd /etc # setfacl -m u:rsync_ssh:r,g:rsync_ssh:r `find .` Thanks. -David -- [root@fbsd ~]# fortune Happiness is just an illusion, filled with sadness and confusion.