X-Recipient: archive-cygwin@delorie.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:from:date:message-id:subject:to
	:content-type; q=dns; s=default; b=Jt6a8B19GzS/2iebuNhDTo5jm3XhC
	8CM9Yrhbe3N5yLbWNFa6w1Bl9Gf+E55xcPFgwn1xEMyd1Y1dLFVE22iCskglxmAg
	nkS0q6diYSJIAjCe3ji9xaQlGh8UgPbJwTBYuDEM14obA6uWUPB/ShL7aOeqItHr
	/JtF5nRgPbSwU4=
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:from:date:message-id:subject:to
	:content-type; s=default; bh=dfe460ckNIpXc8GtCnu9+LZO/QQ=; b=fo7
	9dVRj89886cELp6GcGV1JjEHm78Mi8SsmVT7iCKmXnKU62LyhYJba0cR4oL61BAm
	/0E1h79jBYc7QDSm8gDtwGtaSrQUDPuHY1iGD+XBtEnyFEZnmnMF7lVREyIjFJZW
	fgR0cfD0reUWcCaaDCYVFDRMRtjgup3ZREsUkPpE=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-0.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Temp, jhu, 2.5.2
X-HELO: mail-wm0-f50.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20130820;        h=x-gm-message-state:mime-version:from:date:message-id:subject:to;        bh=Ady07qCiGSNzdO6x8sxkWYSDmAB0eJ6rFWtJQkGTvdU=;        b=CJKxoclvtd81s//RzuSIim9rZqXNX/WnEU+RQAMrKcfmev7m5EFhxEE2iFFim3S5Cm         kmwDdKfA4K7pn0IsKo9VyNlLVNNOWu3UTA6EeWO6rXgHFThtHzIp0tRPChJMK46x7AFX         W95VnrMXuRRQKsKP+wmMNQZJBFKx5vYIgA2JvVg4Om4XFASwmZPwySajT8nL6hTiqi0A         FT+CFOc8roVTDt3zMFrbnq4iPiS73LtjC3tSDUsfySrZpZrHSTudYN68PbMQXpH9HQgi         TBFaQMBzqu6D3DZA5OVZAtnW1ClSpD6RmNeuvaUrP0cNHGFaCsHcciDfG1Ij+IwwNf4L         BREg==
X-Gm-Message-State: AEkooutWG0n5wcCufF6q3KCzf5aXPsnQqOqQOZPFOgExKlZML4CkpyNLIJjh2VYJ9uigwMHpjAy/2UWocz0dyw==
X-Received: by 10.28.127.138 with SMTP id a132mr6018038wmd.72.1469896237829; Sat, 30 Jul 2016 09:30:37 -0700 (PDT)
MIME-Version: 1.0
From: Reckoner <reckoner@gmail.com>
Date: Sat, 30 Jul 2016 09:30:37 -0700
Message-ID: <CAH_4+3nbAqT4VH4Mf6i+af1w6yvazq+mH7xUBJCWtafyPtQJ2g@mail.gmail.com>
Subject: Strange permissions set when I create files in my home directory on windows 10
To: cygwin@cygwin.com
Content-Type: text/plain; charset=UTF-8

When I do

% touch foo

in my home directory, `ls -l` gives,

----rw----+ 1 jhu     0 Jul 30 09:16 foo

Note the permissions. Here's my /etc/fstab


none /mnt cygdrive binary,noacl,posix=0,user 0 0
c: /c ntfs noacl,binary,auto 0 0
d: /d ntfs noacl,binary,auto 0 0
c:/Temp /tmp ntfs noacl,binary,auto 0 0

This just started happening after I upgraded my cygwin install.

% uname -r
2.5.2(0.297/5/3)


Thanks!

--
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

