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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=BGAJsAeK28X+W6cX s7DdvJebSpdAvZ8kHEYhutOEQDk1VfgWiF+lGWF8SdE85tO8nCJazUcODmICS8Ft lwAOy9e3I4Va7TSpKzEx95qIZ+9l6hw/9gm89pWg8W8bA8FxtwGF3IMEx0wyxFvv 28EZjxribuK39HnRvlaOIwVXEHI= 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=qIEZ/wWCXB8DlShmNxNsn7 w/EPU=; b=MIRckTAbWj4oY1/2skKFozKLTHIXOQ+UJGGadTYHdjYkEOGWgJwTXj Sde7NJ0aCFASEq0hsQSqxzQWbcEzTJ8WtqIZEyqcyHEfP2zE4a3RQWhBl+9+Q9Pk F6ExSapECfI73MP2BfdJrDefHsvG4YE0/nislK+msb44myCJE7PIw= 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-Spam-SWARE-Status: No, score=-6.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Problem X-HELO: mail-io1-f41.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-language:content-transfer-encoding; bh=dSceiAqNYnnn2XeSuStAneC6ewHZBRAWmVJoaHim+7k=; b=eO0U1dHlwASdniatXxpwWRiy6YPoP7+fIksGw1s8TDjk5VlapQabdouDxLfJYXs/lV cyFj+UVfTDYACHUyhsKDpjbqqswXMxWAS1JRTc8czUCBBkEIDeyGSAHqkMCBZiL7gcYS Ys5FUFBcLsPNcj4I2lFtgpQqUNjM4+3E49+5xdqBY+p5th6g3HNd8EVsPkgAQh96DcmD ICEhp70E0zYEQsWAeI+3b5iZBThLKLpdJpXuC/g+q2x5TXmrcpYGXTEoE5z6vsrTsdZS oKUH2JMKxHRpfJMc7lefnENRP3agYSuY5LRT1ePPtCJ1y+UtMuvsLPtLtLqVqlxsYurW 1bMQ== Subject: Re: Problem with effective permissions -rw----rw-+ To: cygwin AT cygwin DOT com References: <001801d499e0$cd68aba0$683a02e0$@pinky.co.uk> From: cyg Simple Message-ID: Date: Sat, 22 Dec 2018 11:49:56 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.3.3 MIME-Version: 1.0 In-Reply-To: <001801d499e0$cd68aba0$683a02e0$@pinky.co.uk> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 12/22/2018 5:26 AM, chris DOT day AT pinky DOT co DOT uk wrote: > I'm facing a problem with effective permissions, where the group permission > is unset; > > chrisd AT edmund:tmp > touch dummy;ls -l dummy;getfacl dummy > -rw----rw-+ 1 chrisd None 0 Dec 22 10:22 dummy > # file: dummy > # owner: chrisd > # group: None > user::rw- > group::rw- #effective:--- > group:Administrators:rwx #effective:--- > mask::--- > other::rw- > > chrisd AT edmund: > umask > 000 > > Any ideas on how to resolve so that it reverts to group:rw- What does cacls give? -- cyg Simple -- 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