16 September 2022 - 10:28



MAC NETWORK DRIVE FORCE PERMISSIONS TO BE SAME FOR ALL FILES IN A FOLDER INSTALL
Also install the ACL command line tools getfacl and setfacl, typically provided in a package called acl. Run mount -o remount,acl / to activate ACLs without rebooting. On older kernels you may to need to specify the acl mount option explicitly, so the entry in /etc/fstab should look like /dev/sda1 / ext4 errors=remount-ro,acl 0 1. You may need to change the mount options to enable ACLs: with ext2/ext3/ext4, the kernel default since 2.6.39 is to enable ACLs. Under Linux, make sure that the filesystem you're using supports ACLs (most unix filesystems do). If at all possible, use access control lists (ACL).
