Displaying 3 results from an estimated 3 matches for "winfold".
Did you mean:
winfolk
2020 Oct 13
2
Are those file and folder ACLs to be expected?
...h is
what I want:
drwxrwxr-x 2 myname users 6 Oct 13 10:51 TEST
Afterwards I log in to my Windows 10 computer, access the same folder and
create a subfolder inside of it.
Coming back to my Linux machine I browse and check the newly created folder:
drwxrwxr-x+ 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:...
2020 Oct 13
0
Are those file and folder ACLs to be expected?
...2 myname users 6 Oct 13 10:51 TEST
>
>
> Afterwards I log in to my Windows 10 computer, access the same folder and
> create a subfolder inside of it.
> Coming back to my Linux machine I browse and check the newly created folder:
>
> drwxrwxr-x+ 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
You say this is on a domain joined NAS, so why is 'users' not 'Domain
Users...
2020 Oct 13
2
Are those file and folder ACLs to be expected?
...t; >
> >
> > Afterwards I log in to my Windows 10 computer, access the same folder and
> > create a subfolder inside of it.
> > Coming back to my Linux machine I browse and check the newly created
> folder:
> >
> > drwxrwxr-x+ 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
> You say this is on a domain joined NAS,...