This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Problem with effective permissions -rw----rw-+


I think I've resolved this for now, as the Windows ACL's were a little off and I reset using ICACLS * /T /Q /C /RESET

Cheers

Chris 

-----Original Message-----
From: cygwin-owner@cygwin.com <cygwin-owner@cygwin.com> On Behalf Of cyg Simple
Sent: 22 December 2018 16:50
To: cygwin@cygwin.com
Subject: Re: Problem with effective permissions -rw----rw-+

On 12/22/2018 5:26 AM, chris.day@pinky.co.uk wrote:
> I'm facing a problem with effective permissions, where the group 
> permission is unset;
> 
> chrisd@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@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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]