Matt D. writes: > It's not perfect but I've always had trouble with all of the > modifications Cygwin makes to a file's permissions to support > POSIX-style ACLs. I do miss being able to manage them with chmod and > setfacl though.
Just remove any ACL inheritance on the home directory before populating it (or recursively remove it for an existing directory, but that can be more tricky). I suggest to use a sub-directory of your actual Windows home, otherwise you might get into trouble with applications writing dot files into it and/or getting confused by the dot files from Cygwin. It's easy enough to mount it to /home/$USER so it's where you'd normally expect it to show up. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptation for Waldorf rackAttack V1.04R1: http://Synth.Stromeko.net/Downloads.html#WaldorfSDada -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple