NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Network and Storage Protocols

Mixed mode behavior

hanover23
5,208 Views

I have a volume being accessed by both SMB and NFS clients with the security style set to mixed. Whenever I execute the following command on a folder or file, I get something like the following:

 

vserver security file-directory show -vserver mySVM -path /path/to/my.txt -volume-name myVol -instance

Vserver: mySVM
File Path: /path/to/my.txt
Security Style: mixed
Effective Style: unix
DOS Attributes: 20
DOS Attributes in Text: ---A----
Expanded Dos Attributes: -
Unix User Id: 12002
Unix Group Id: 1200
Unix Mode Bits: 775
Unix Mode Bits in Text: rwxrwxr-x
ACLs: -

 

Through a Windows client, I added a NTFS ACL to this file and that seemed to take effect. It doesn't show up in the security tab afterward, but the effect seems to be there. I still have Unix-esque ACLs on the file that are visible through the security tab of the Windows client on the file. Is it possible to display all applied ACLs for this file?

1 REPLY 1

aborzenkov
5,204 Views
Mixed mode is either or. Effective style is Unix, so that is what is used and displayed. You cannot merge two sets of ACL.

Normally the last change wins, this suggests that file was modified from Unix client after you changed Windows ACLs.
Public