Linked by Thom Holwerda on Thu 5th Mar 2009 13:27 UTC
Thread beginning with comment 351879
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
man chattr
The letters 'acdijsuADST' select the new attributes for the files: append only (a), compressed (c), no dump (d), immutable (i), data journalling (j), secure deletion (s), no tail-merging (t), undeletable (u), no atime updates (A), synchronous directory updates (D), synchronous updates (S), and top of directory hierarchy (T).
"a".. append only
Granted, it's file attributes in addition to the security attributes attached to the file. It's not unique to Windows ACL though.
RE[4]: Comment by hraq
by Milo_Hoffman on Fri 6th Mar 2009 14:45
in reply to "RE[3]: Comment by hraq"






Member since:
2007-08-20
Call unix's 9 rwxrwxwx bits an `ACL' if you like, but it's a very short and limited one - compared to NT ACLs. In NT you can specify a permission like 'User Alice is allowed to append to this file, but not truncate it. Bob is allowed to create subfolders in this dir, but not new files.' Also permissions can be inherited from a folder to its subfolders & files. You can't do those things with old 9 bit unix permissions.
Linux & other OSs do have better ACLs *now*, but they didn't in 1990 when NT was developed. One might wonder how much they copied from NT's ACL design?
Edited 2009-03-05 21:12 UTC