On Fri, Jan 24, 2003 at 04:51:31PM +0100, Ronald Landheer-Cieslak wrote: > However, shouldn't the -E option have changed the mode of the "world" > file? My mount table shows "noexec" for /home and "world" is still > executable - as is the "doe" file I just created with Explorer, but not > the "john" file I `touch`ed.
This has nothing to do with each other. The mount -E flag doesn't influence the permission bits. Create a new directory with mkdir at some point, this new dir should behave slightly different. Create a file in that dir with touch and another file with explorer. Post the output of getfacl new-dir getfacl new-dir/touched-file getfacl new-dir/exlorer-file please. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:[EMAIL PROTECTED] Red Hat, Inc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/