![]() |
|
good chemistry is complicated, and a little bit messy -LW |
|
PerlMonks |
How do I generate a listing of all users who can access a directory?by BlaisePascal (Monk) |
on May 04, 2004 at 14:41 UTC ( #350350=perlquestion: print w/replies, xml ) | Need Help?? |
BlaisePascal has asked for the wisdom of the Perl Monks concerning the following question:
I need to generate a listing of all users who can access each directory in a directory tree, so I can compare those users against a master list of who is supposed to have access. Unix directory access permission require someone to have access to every directory in the path leading up to a given directory, so just checking the permissions on the directory itself isn't enough.
How do I generate a listing of all users who can access a directory?
Back to
Seekers of Perl Wisdom
|
|