Why does NFS client says root is owner of file/folder that has NTFS security style?
Applies to
- ONTAP 9
- NFS
- NTFS security style
Answer
The NTFS account that owns the file/folder is name mapping to Unix account
root
. Example:
file-directory show says the file/folder
is owned by NTFS groupBUILTIN\Administrators
cifs options show -vserver svm1 -fields is-admin-users-mapped-to-root-enabled
says the option is set totrue
, which means that all Windows Administrator accounts name map to Unix accountroot
Additional Information
N/A