On May 13 10:37, [EMAIL PROTECTED] wrote: > I work with Cygwin 1.5.9-1 on W2K Server SP3 (NTFS file system) inside an > Active Directoy domain. > > I want to copy this file with Cygwin : > > ----------+ 1 toto gtoto 65925 May 13 05:49 myfile.log > > to another directory. > > The W2K group DOMAIN ADMINISTRATOR have full access on this file (and > directory). The user TOTO is in this group (W2K and CYGWIN). > > The copied file is : > > ---------- 1 toto gtoto 65925 May 13 09:57 myfile.log > > and none access with W2K rights. > > Where is the problem ?
cp(1) doesn't copy ACLs, just the standard POSIX permissions. I'm not quite sure if it does when using the -p option but it might be worth a try. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Co-Project Leader mailto:[EMAIL PROTECTED] Red Hat, Inc. -- 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/