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:date:from:to:subject:message-id:mime-version :content-type; q=dns; s=default; b=N3GVZt86mTohKYzTd6XSU8AqT3W+U uCY/oIyvk6e//Nq9ZKwUZmMHPMWb3Z0xazNANyvfWo5hE3OAUpNdWPNMOI3UO1rK GrmD4Ant+AW9xvXJHC92Kj13+A0tds2pZ5TZEYepvp8fXqzuhHYKJuPWOrjnOgsF IHFhe7YOT8iq10= 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:date:from:to:subject:message-id:mime-version :content-type; s=default; bh=xgMyrO94uCjz7zalkGj9yRdXVuk=; b=T7s 8EVu9D+RJ7A9lV7eSxuuV6SNsS4wml/+GH3JDMnEs3U0Lg1b7uJCMO7WS9dKAtBs 1J68QeMhdU7MYy1+Is0wMpt9D9WDe/h3/ql+R4a+KgiPfcBxoiOAaZPl/rzWYyqs edCXSYeedO09+FxD8SnwOY14UUimF5h3N2PakagE= 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=-0.8 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=sk:4401, sk:4.4.0-1, H*MI:uni, H*M:uni X-HELO: smtp01.belwue.de Date: Fri, 20 Apr 2018 12:03:57 +0200 From: Ulli Horlacher To: cygwin AT cygwin DOT com Subject: umask problem: wrong permissions for new files Message-ID: <20180420100357.GA21217@rus.uni-stuttgart.de> Mail-Followup-To: cygwin AT cygwin DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes cygwin umask does not work as expected: /tmp: uname -a; umask; rm -f zz; touch zz; ls -l zz Linux diaspora 4.4.0-119-generic #143-Ubuntu SMP Mon Apr 2 16:08:24 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux 0022 -rw-r--r-- 1 framstag users 0 Apr 20 12:00 zz /tmp: uname -a; umask; rm -f zz; touch zz; ls -l zz CYGWIN_NT-6.1 WIN-LS0QDOSDIBL 2.10.0(0.325/5/3) 2018-02-02 15:21 i686 Cygwin 0022 -rw-rw----+ 1 admin None 0 Apr 20 12:00 zz Why do not have new files mode -rw-r--r-- on cygwin? -- Ullrich Horlacher Server und Virtualisierung Rechenzentrum TIK Universitaet Stuttgart E-Mail: horlacher AT tik DOT uni-stuttgart DOT de Allmandring 30a Tel: ++49-711-68565868 70569 Stuttgart (Germany) WWW: http://www.tik.uni-stuttgart.de/ REF:<20180420100357 DOT GA21217 AT rus DOT uni-stuttgart DOT de> -- 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