looking for a CL tool2SeeIf parnt perms are allw'd 2 propgat 2 this dir?

T

Tom Rodman

Greetings:

I'm looking for a free commandline tool (or scripting method)
to dump NTFS Windows 2000 directory permissions, showing
whether the directory will or won't allow inheritable
permissions from it's parent directory, to propagate to itself.
You may view this setting as a check box in windows explorer GUI
(properties>security).

I've already looked at xcacls, showacls, dumpsec, cygwin
setacl, cygwin getfacl. I've also modified a USENET script
that uses the perl Win32::perms module from David Roth; the
script works fine but does not show the flag I need.

__
thanks/regards,
Tom Rodman
pls run for my address:
perl -e 'print unpack("u", "1\:6UP\,\$\!T\<F\]D\;6\%N\+F\-O\;0H\`");'

--
PS

The Usenix perl script that I modified was called perms.pl. You
can pry it out of:

http://www.unetu.net/jiaocheng/xfocus/%B0%B2%C8%AB%C5%E4%D6%C3/264.html
 
J

Jerold Schulman

Greetings:

I'm looking for a free commandline tool (or scripting method)
to dump NTFS Windows 2000 directory permissions, showing
whether the directory will or won't allow inheritable
permissions from it's parent directory, to propagate to itself.
You may view this setting as a check box in windows explorer GUI
(properties>security).

I've already looked at xcacls, showacls, dumpsec, cygwin
setacl, cygwin getfacl. I've also modified a USENET script
that uses the perl Win32::perms module from David Roth; the
script works fine but does not show the flag I need.

__
thanks/regards,
Tom Rodman
pls run for my address:
perl -e 'print unpack("u", "1\:6UP\,\$\!T\<F\]D\;6\%N\+F\-O\;0H\`");'

When CACLS displays CI, the container allows inheritance.

See tip 425 in the 'Tips & Tricks' at http://www.jsiinc.com

Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 
Top