X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type :content-transfer-encoding; q=dns; s=default; b=LiIlZx3xqgEAo6ta r3uZFMRGixgYG/2BWjCzhB2MfwuQy8KiFKWtEeJygkmhbDyVDwh9A3tdEHHV4fT4 flGQzeZgpxwInMWzTwlsfwvcsvGnum6XwWjZ4OuWCSdmIzFwsrc4lkqp+Ve7L0d6 3k8Cbn4yFYpiEtQfurW+hBJfIJc= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type :content-transfer-encoding; s=default; bh=MHkRJZct4BCSop1vv+MPin mUNBk=; b=xeh8ZjYmi1UUxSnt30b9kHn6GM70AGJhst4IET97krGFDckRTB4tGI o1UKfTZWVNroGlozJZaWBhmiHQed0fuKfwM4dVn+2tPrPn78nUp8e4ScWwwFPnjx OtSyQDX1oxh8MX0OcUY4i8ICM/L6SU+rKPqyxb1wpg9wz4mdLgrec= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.9 required=5.0 tests=AWL,BAYES_50,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-lf0-f41.google.com MIME-Version: 1.0 X-Received: by 10.112.168.133 with SMTP id zw5mr12641884lbb.95.1448651738232; Fri, 27 Nov 2015 11:15:38 -0800 (PST) In-Reply-To: References: <20151126131633 DOT GL2755 AT calimero DOT vinschen DOT de> Date: Fri, 27 Nov 2015 20:15:38 +0100 Message-ID: Subject: Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.4.0-0.4 From: Kacper Michajlow To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id tARJFtkX007267 2015-11-27 20:02 GMT+01:00 Kacper Michajlow : > 2015-11-26 14:16 GMT+01:00 Corinna Vinschen : >> Hi Kacper, >> >> On Nov 23 19:09, Kacper Michajlow wrote: >>> 2015-11-21 17:24 GMT+01:00 Corinna Vinschen : >>> > Hi Cygwin friends and users, >>> > >>> > >>> > I released a new TEST version of Cygwin, 2.4.0-0.4. >>> > >>> >>> With this version I get permissions denied when trying to chmod a >>> folder created in a created folder... >>> >>> Basically this doesn't work for me: >>> mkdir test >>> mkdir test/test >>> chmod 755 test/test >> >> I need to see the ACLs of the parent dir of test, the ACL of test and >> the ACL of test/test via the icacls command, before calling chmod. I'm using Microsoft account. Here is requested information $ pwd /home/Kacper $ icacls . . DOMEK\Kacper:(F) Wszyscy:(RX) TWORCA-WLASCICIEL:(OI)(CI)(IO)(F) GRUPA TWORCOW:(OI)(CI)(IO)(RX) Wszyscy:(OI)(CI)(IO)(RX) Successfully processed 1 files; Failed processing 0 files $ mkdir test $ icacls test test NULL SID:(DENY)(Rc,S) DOMEK\Kacper:(F) DOMEK\Kacper:(RX) Wszyscy:(RX) NULL SID:(OI)(CI)(IO)(DENY)(Rc,S) TWORCA-WLASCICIEL:(OI)(CI)(IO)(F) DOMEK\Kacper:(OI)(CI)(IO)(RX) GRUPA TWORCOW:(OI)(CI)(IO)(RX) Wszyscy:(OI)(CI)(IO)(RX) Successfully processed 1 files; Failed processing 0 files $ mkdir test/test $ icacls test/test test/test NULL SID:(OI)(CI)(DENY)(Rc,S) DOMEK\Kacper:(F) TWORCA-WLASCICIEL:(OI)(CI)(IO)(F) DOMEK\Kacper:(OI)(CI)(RX) DOMEK\Kacper:(RX) GRUPA TWORCOW:(OI)(CI)(IO)(RX) Wszyscy:(OI)(CI)(RX) Successfully processed 1 files; Failed processing 0 files $ chmod 755 test/test chmod: nie mozna zmienic uprawnien do „test/test”: Permission denied I'm using Polish version of Windows so in case you have trouble matching groups with English names. "Wszyscy" == "Everyone", "TWORCA-WLASCICIEL" == "CREATOR OWNER", "GRUPA TWORCOW" == "CREATOR GROUP". Tell me if you need any more info. Ps. Sorry for empty mail I've send before. -- 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