From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 48523 invoked by alias); 28 Jan 2016 14:24:25 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 48510 invoked by uid 89); 28 Jan 2016 14:24:22 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.3 required=5.0 tests=AWL,BAYES_20,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Cobb, cobb, rwx, hostname X-HELO: mout.gmx.net Received: from mout.gmx.net (HELO mout.gmx.net) (212.227.17.21) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 28 Jan 2016 14:24:21 +0000 Received: from [217.7.72.1] by 3capp-gmx-bs39.server.lan (via HTTP); Thu, 28 Jan 2016 15:24:18 +0100 MIME-Version: 1.0 Message-ID: From: "Rainer Blome" To: cygwin@cygwin.com Subject: Re: chmod failed: Invalid argument Content-Type: text/plain; charset=UTF-8 Date: Thu, 28 Jan 2016 15:43:00 -0000 Sensitivity: Normal Content-Transfer-Encoding: quoted-printable X-UI-Out-Filterresults: notjunk:1;V01:K0:BYv37+DJQzs=:JZ5GEd/dMmbi1rtUHnC2kY l3huCZ4fIbekyI3czPXVVNEmKsW6KVfyrXOL0zZ7H4WM06IdcsWReofYasHa/iinQCsavd3dC s6Nl81L0Y1BqrA6CMjGfPZ7K6sf1JyGPl58nJiuaTeY8YSkMyLVFUBGHDYv3vdkT6C/6mOpxA FsRWjW2vVQTSWSHufLbxXv+DBkl9tUOwC6GmBALiRBBiFi+cBaOOnlEl8jLg8E9MlWEBExvbH qh8XB9TblKI33ZvgYO1YZvIUQypsMVHcBVgbuPE3F/DqT9fdKwa7XKKoKRFpI4RbSygKO87OC j+Y3HZUloZxQ+s+KJRx2M+0wOLneHXZXzjHhl9PGuLddFDgIbrs03grmltNHgUNodOrEpjaqu AxQbrLaiodwtJG0gawwqk/0QwFHsEPEZjdsE5mUd5tdWFSklNQZbQGr8ws0YHd702413bvBry wMaKj5SqDg== X-IsSubscribed: yes X-SW-Source: 2016-01/txt/msg00420.txt.bz2 (Apologies for not using the reply feature, I was not subscribed when the last mail was sent. I am now subscribed.) > Corinna Vinschen wrote: > On Jan 28 01:27, Christopher Cobb wrote: >> Or maybe chmod is broken, like it is on my machine: >> $ chmod 777 x >> chmod: changing permissions of =C3=A2x=C3=A2: Invalid argument > Can you please send the icacls output of the current directory and > the icacls out for the file x? Here are the icacls outputs for the test case: $ umask 0027 $ mkdir bar $ cd bar $ icacls . . hostname\username:(I)(OI)(CI)(F) Successfully processed 1 files; Failed processing 0 files $ touch foo $ ls -la total 0 drwx------+ 1 username 213 0 Jan 28 15:14 . drwx------+ 1 username 213 0 Jan 28 15:14 .. -rwx------ 1 username 213 0 Jan 28 15:14 foo $ icacls foo foo hostname\username:(I)(F) Successfully processed 1 files; Failed processing 0 files $ icacls . . hostname\username:(I)(OI)(CI)(F) Successfully processed 1 files; Failed processing 0 files -- 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