#Ansible NTFS inheritence on new Qtree
1 messages · Page 1 of 1 (latest)
What the command you would run to do this?
Hi Chris, I don't believe I've ever seen a command in NetApp Cli that could remove NTFS inheritence,
if you know of a command that will do this I could use the CLI Ansible Module....
Setting the RAW control flags on the SD would break inheritance.
set d -c off;file-dir ntfs mod <sd> -control-flags-raw 9514;set adm -c on
Thanks so much that worked!!
Just out of Interest do you know if the control-flags-raw are documented anywhere as to what the numbers actually covert to on permissions side.