Download Acl For Mac
by Morgan Aldridge morgant@makkintosshu.com
OVERVIEW
This is a collection of command line tools for working with file ACLs to complement the support built into ls
& chmod
on Mac OS X, incl.:
Download aclEZ 16.5.3 free - Top4Download.com offers free software downloads for Windows, Mac, iOS and Android computers and mobile devices. Visit for free, full and secured software’s.
findacl
-- A wrapper forfind
which adds ACL-related primaries.chgrpacl
-- Change ACEs from one group to another.chusracl
-- Change ACEs from one user to another.
Development was sponsored by Small Dog Electronics, Inc.
FINDACL
aclfind
is a Mac OS X-specific wrapper to find
that adds knowledge of ACLs. In Mac OS X, only ls
, chmod
, and vim
command line utilities know about ACLs, and the latter only enough to preserve them. find
is an extremely powerful tool, esp. for finding and adding/changing/removing permissions, but it's not helpful at all when it comes to ACLs, so this utility aims to improve that. It is written in bash
, so it's slow, but I may port it to C at some point (or patch find
itself?)
USAGE
The usage of aclfind
is identical to find
since it's really just a wrapper for it, with the addition of the following primaries. See man find
for details.
Primaries
Operators
Note:aclfind
does not add any operators, but it also doesn't support operators at the moment and just ANDs them together. This is planned for a future release. Platinum notes review 2018.
TO-DO
CHGRPACL
chgrpacl
is wrapper for findacl
which allows you to change ACEs on files & directories from one group to another, much like chgrp
lets you change the group for POSIX permissions. This is ideal if you need to replace group ACEs in a complex structure, for example you've had to create a new group in order to change the group's short name.
USAGE
The usage of chgrpacl
is very similar to chgrp
with the exception that you must provide the old group name as well as the new group name:
By default, chgrpacl
will only change the ACEs for the specified oldgroup
for the specified file
, but one can use the -R
option to change them recursively for all children as well.
CHUSRACL
chusracl
is also a wrapper for findacl
which allows you to change ACEs on files & directories from one user to another, much like chown
lets you change the owner for POSIX permissions. This is ideal if you need to replace group ACEs in a complex structure, for example you have one user taking on the role (and therefore the permissions of) another user.
USAGE
The usage of chusracl
is very similar to chown
with the exception that you must provide the old user name as well as the new user name:
By default, chusracl
will only change the ACEs for the specified olduser
for the specified file
, but one can use the -R
option to change them recursively for all children as well.
REFERENCE
LICENSE
Copyright (c) 2013-2016, Morgan Aldridge. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 'AS IS' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
ADC Home>Reference Library>Reference>Mac OS X>Mac OS X Man Pages |
This document is a Mac OS X manual page. Manual pages are a command-line technologyfor providing documentation. You can view these manual pages locally using theman(1) command.These manual pages come from many different sources, and thus, have a variety of writingstyles. For more information about the manual page format, see the manual page for manpages(5). |
Sending feedback…
We’re sorry, an error has occurred.
Please try submitting your feedback later.
Thank you for providing feedback!
Your input helps improve our developer documentation.