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.
|
feedback
|
|
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. | |||
|
feedback
|
|
Simply install the relevant package. On Debian-based distros, the package is called "acl". I'm sure other distros ship it as well. You'll get | |||
feedback
|
|
Three steps:
Hope this will help starters. | |||
|
feedback
|