Displaying 3 results from an estimated 3 matches for "11001120".
2020 Oct 13
2
Are those file and folder ACLs to be expected?
...2 myname users 10 Oct 13 10:59 winfolder
Seems like the Windows-created folder has extended attributes. Let's check
them with *getfacl winfolder:*
# file: winfolder
> # owner: myname
> # group: users
> user::rwx
> user:11001119:r-x
> group::r-x
> group:users:r-x
> group:11001120:rwx
> mask::rwx
> other::r-x
> default:user::rwx
> default:user:myname:rwx
> default:group::r-x
> default:group:users:r-x
> default:mask::rwx
> default:other::r-x
Here it comes the confusion. Those IDs are the ones of my user (11001119)
and group (11001120). But I don'...
2020 Oct 13
0
Are those file and folder ACLs to be expected?
...*getfacl winfolder:*
>
> # file: winfolder
>> # owner: myname
>> # group: users
You say this is on a domain joined NAS, so why is 'users' not 'Domain
Users' ?
>> user::rwx
>> user:11001119:r-x
>> group::r-x
>> group:users:r-x
>> group:11001120:rwx
>> mask::rwx
>> other::r-x
>> default:user::rwx
>> default:user:myname:rwx
>> default:group::r-x
>> default:group:users:r-x
>> default:mask::rwx
>> default:other::r-x
>
> Here it comes the confusion. Those IDs are the ones of my user (1100...
2020 Oct 13
2
Are those file and folder ACLs to be expected?
...lder
> >> # owner: myname
> >> # group: users
> You say this is on a domain joined NAS, so why is 'users' not 'Domain
> Users' ?
> >> user::rwx
> >> user:11001119:r-x
> >> group::r-x
> >> group:users:r-x
> >> group:11001120:rwx
> >> mask::rwx
> >> other::r-x
> >> default:user::rwx
> >> default:user:myname:rwx
> >> default:group::r-x
> >> default:group:users:r-x
> >> default:mask::rwx
> >> default:other::r-x
> >
> > Here it comes the...