Dear Data Storage Experts,
Background :
- For any Windows CIFS NAS share, there are Share/Storage Level Perms and Windows/NTFS Level Perms and most companies/people like to have 'Everyone/Full Control' at Share/Storage level and apply AD groups to NTFS level to lock the share.
- We would like to apply same AD groups to Share perms as well. For a new/empty share, we will apply same Share/NTFS perms and then will start copying data. All the files/subfolders are inheriting BOTH Share/NTFS perms, working as expected.
- Using 'Subinacl' and 'ICACLS' to apply Share and NTFS Perms respectively.
Note that we do not have any subfolders/files with different Share/NTFS perms than parent.
Question is,
Is there a command/utility to view Share permissions of files/folders within a given share?
*
and*.*
is not working via subinacl. I thought there was a option to view share permissions recursively. Just want to confirm if inheritance is working as expected.subinacl /share "\\<server>\<share>\*"
subinacl /share "\\<server>\<share>\*.*"
Any other advice/recommendation/best practise for playing with Share/NTFS permissions of NAS share? Really appreciate it.