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


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


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