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:content-type:date:from:message-id:mime-version :subject:to:content-transfer-encoding; q=dns; s=default; b=piiLj T/G9QQNF/Jf6Y8jr3eRsF4NgCbkptzzXwrp0ZcfUiExxjde2cT4FsEoo00UnABPL 9/+A3cpFuGpeo8ew3M9mBANNj786YiLjwGe2FibSWrWgyv1Y91wMBydHCPZFYQs/ MbqPYefg7o+Zg7ELUrEW9N5EeMCtR/bJR1YT7E= 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:content-type:date:from:message-id:mime-version :subject:to:content-transfer-encoding; s=default; bh=+5I+d/O45+E Js7RcvqlD3hqwhkw=; b=PbSHdno/vITBIhssFfMjxtTdbPJY9CMg3HQcJAc5oEq aTGC1EWDpncxGh3hnET/1jNxlqgmAAyl5xp5VijPsQ4BAAr1RgbDoeskmhda27jB T/NLNdqanPKLQvlvS7LfuFIgP5oN/w0MARDRF9kxL8mh6T+Gi6P4rU7yzsoMs/zQ = 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 X-Spam-SWARE-Status: No, score=4.5 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE,SPF_PASS autolearn=ham version=3.3.2 Content-Type: text/plain; charset="utf-8" Date: Sun, 11 Aug 2013 16:28:52 +0200 From: "Luke Ordelmans" Message-ID: <20130811142853.197690@gmx.com> MIME-Version: 1.0 Subject: : 64-bit cygwin - cannot remove group permissions from file on ntfs To: cygwin AT cygwin DOT com x-registered: 0 Content-Transfer-Encoding: 8bit Running cygwin 64-bit on Windows 8 doesn't allow me to remove group permissions from a file. On 32-bit cygwin doing the same thing works fine.   Luke AT Sorcerer ~/test $ uname -a CYGWIN_NT-6.2 Sorcerer 1.7.23(0.268/5/3) 2013-08-09 10:05 x86_64 Cygwin Luke AT Sorcerer ~/test $ touch test Luke AT Sorcerer ~/test $ chmod -c 600 test mode of `test' changed from 0660 (rw-rw----) to 0600 (rw-------) Luke AT Sorcerer ~/test $ ls -la total 4.0K drwxrwx---+ 1 Luke None 0 Aug 11 15:40 ./ drwxrwxr-x+ 1 Luke None 0 Aug 11 15:40 ../ -rw-rw----  1 Luke None 0 Aug 11 15:40 test Luke AT Sorcerer ~/test $ umask 0077   Any help would be appreciated. Regards, Luke -- 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