Mimic NTFS "Modify" Permissions on an ext3 acl enabled filesystem in linux?
Posted
by bobinabottle
on Server Fault
See other posts from Server Fault
or by bobinabottle
Published on 2009-07-21T16:21:23Z
Indexed on
2010/03/11
4:41 UTC
Read the original article
Hit count: 372
I am migrating our file share from Windows Server to Samba on Linux, and the only hurdle I have at the moment is the acl's.
Currently we have a number of directories that use the "Modify" permission on NTFS, so users can write to a directory, but once the file is written it cannot be modified.
On Linux, I had the idea that I would set an ACL for the directory to have read/write access, but have a default ACL associated with read only access. Is this possible? I'm not quite sure how to set a default ACL that differs from the parent directory.
Thanks!
© Server Fault or respective owner