[HCoop-Misc] Alternative to hcoop, what do you recommend?
Adam Chlipala
adamc at hcoop.net
Sun Apr 27 14:48:33 EDT 2008
Tanveer Singh wrote:
> SO I just tell him to do
> fsr setacl * tanveer all
> In the home directory.
>
That won't, in general, be enough. Remember that ACLs are set on
directories, not files. Your suggestion will set ACLs on the top-level
directories of his home directory. If any files end up in more deeply
nested directories, those directories will need to have ACLs set, too.
'fsr' is a recursive version of 'fs' that will cover subdirectories at
all depths. There's no command you can run once that can guarantee that
a particular ACL entry will be present for every directory that's
created later, but ACLs _are_ copied from parent directories by default.
More information about the HCoop-Misc
mailing list