Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Thu, 31 Jan 2002 22:49:57 +0100 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: Can't create new file/directory Message-ID: <20020131224957.V11608@cygbert.vinschen.de> Mail-Followup-To: cygwin AT cygwin DOT com References: <000d01c1aa86$e1513620$e2824f86 AT slac DOT stanford DOT edu> <4 DOT 3 DOT 1 DOT 2 DOT 20020131154250 DOT 020d24d0 AT pop DOT ma DOT ultranet DOT com> <000a01c1aa9c$d6c158a0$0700a8c0 AT vergenet DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000a01c1aa9c$d6c158a0$0700a8c0@vergenet.com> User-Agent: Mutt/1.3.22.1i On Thu, Jan 31, 2002 at 03:18:32PM -0600, Arek wrote: > > > At 03:30 PM 1/31/2002, Arek wrote: > > >AFAIK, Cygwin doesn't use NT user permissions. > > > > Exactly what is the basis for this statement? Have you read the user's > > guide? The 'ntsec' option of the CYGWIN environment variable does a > > real nice job of maintaining user permissions in a POSIX way when used > > as directed. > > > Hrm...I hadn't looked into that much. > > Perhaps, then, this is related to how cygwin is reading the permissions. > It sees that this directory belongs to the user 'Everyone' (not everybody as > I said earlier...), and that that user (and only that user) has full > permissions on that directory. In any case, the most likely solution is the > same: Delete the directory using windows explorer and recreate it from > within cygwin. Nonsense. `Everybody' is a builtin group with a very similar semantic as `other' in U*X. Actually it's semantic is `all', not exactly `others'. If you don't want the directory belonging to everybody, just use chown(1). That's what it's created for. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:cygwin AT cygwin DOT com 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/