What filesystem comes closest to matching NTFS for support of ACLs, and highly-granular permissioning?

Posted by warren on Server Fault See other posts from Server Fault or by warren
Published on 2009-11-13T11:41:36Z Indexed on 2012/09/02 9:40 UTC
Read the original article Hit count: 206

It seems that most other filesystems handle the basic *nix permissions (ugo±rwx), with maybe an addition here or there. Or can be "made" to handle ACLs through the use of other tools on top of the system.

On the wikipedia pages about filesystems (http://en.wikipedia.org/wiki/List%5Fof%5Ffile%5Fsystems & http://en.wikipedia.org/wiki/Comparison%5Fof%5Ffile%5Fsystems), it appears that while some do support extended meta-data, none support natively the level of permissioning that NTFS does.

Am I wrong in this understanding?

© Server Fault or respective owner

Related posts about active-directory

Related posts about permissions