Tool for displaying inherited ACLs?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a good tool for displaying ACL inheritance down the file structure?
I don't just want to see what folders have different permissions; I'd like to
be able to tell what's being inherited and what isn't.

For instance, I've looked at Somarsoft's dumpacl, Nextlog's logacl, and
Sysinternal's accessenum. None of them give a clear picture of what folders
inherit and what have explicit permissions.

Our file structure isn't so complex or dynamic that I can't maintain it by
hand, but it's deep enough I don't want to have to explore it manually. Any
suggestions for an inheritance-aware reporting tool?
 
Now I've struggled through the help message, it looks like fileacl will do
pretty much everything I need, especially with the /noinherited flag. Thanks!
 
Glad it is helpful . It has become my favorite command line tool for
viewing, managing, and exporting permissions. --- Steve
 
Back
Top