From owner-freebsd-questions@FreeBSD.ORG Wed Aug 27 09:40:28 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A42ECF9A for ; Wed, 27 Aug 2014 09:40:28 +0000 (UTC) Received: from p3plsmtpa06-04.prod.phx3.secureserver.net (p3plsmtpa06-04.prod.phx3.secureserver.net [173.201.192.105]) by mx1.freebsd.org (Postfix) with ESMTP id 6A32C3A1A for ; Wed, 27 Aug 2014 09:40:28 +0000 (UTC) Received: from [192.168.100.209] ([103.240.242.175]) by p3plsmtpa06-04.prod.phx3.secureserver.net with id jlgQ1o00B3nmMgv01lgRgF; Wed, 27 Aug 2014 02:40:26 -0700 Message-ID: <53FDA787.9030505@collisiondetection.biz> Date: Wed, 27 Aug 2014 16:40:23 +0700 From: Daniel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Removing ACLs From SAMBA share Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 09:40:28 -0000 Hi, I am trying to remove ACLs across a samba share - /mnt/raid_zfs/samba# I would like to stop using these ACLs and return to standard UNIX permissions. An example of our current ACLs: #getfacl Finan\ Admin\ HR/ # file: Finan Admin HR/ # owner: eliane # group: ManageAssist owner@:rwxpDdaARWcCos:fd----:allow group@:rwxpDdaARWcCos:fd----:allow everyone@:r-x-D-a-R-c---:fd----:allow I've managed to remove them on a per folder basis using setfacl -b NAME (remove acls) However for many folders and files this isn’t practical. How can I stop using ACLs and return to normal UNIX permissions ? Thanks for the help, Dan