Mail Archives: cygwin/2005/08/19/16:11:32
On Fri, 19 Aug 2005, Christopher Benson-Manica wrote:
> So I'm using smbntsec as the security setting, and it worked like a
> charm. I've still got a problem, though - the files I create are
> losing the "inherit permissions" attribute, and I don't know how to
> get that attribute back without using the XP file dialog window. Can
> I get chmod (or some other program) to save the day for me?
Cygwin maps POSIX permissions to Windows ACLs. In particular, one
decision that was made was to replace the ACLs instead of appending to
them, to better reflect the POSIX permission model.
chmod, and other POSIX programs know nothing about ACLs (which is where
inheritance is specified). You should, however, be able to use
"getfacl/setfacl" to do what you want.
HTH,
Igor
--
http://cs.nyu.edu/~pechtcha/
|\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu
ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com
|,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D.
'---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow!
If there's any real truth it's that the entire multidimensional infinity
of the Universe is almost certainly being run by a bunch of maniacs. /DA
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
- Raw text -