Linux – Handling file permissions in Linux with ACL

access-control-listlinux

How can I get ACL for file permission to work in Linux?

I don't care kernel version or distribution. I will do a clean install anyway. Is there a KERNEL/FS supported ACL? If I choose Linux, am I stuck with UGO approach to file permissions?

Thanks.

Best Answer

In addition to installing the packages and hving a kernel that supports it you must mount the filesystem with the acl option. ACLs are supported in most of the popular filesystems like ext3, ext2, jfs, and reiser.

Here are a couple links that may help you get started.