FreeNAS (FreeBSD) Set ACL Recursively
FreeNAS (FreeBSD) Set ACL Recursively
find /mnt/VOLUMENAME/FOLDER01/ | setfacl -b
-b Remove all ACL entries except for the ones synthesized from the file mode - the three mandatory entries in case of POSIX.1e ACL.
find /mnt/VOLUMENAME/FOLDER01/ | setfacl -b
-b Remove all ACL entries except for the ones synthesized from the file mode - the three mandatory entries in case of POSIX.1e ACL.