in reply to Re: How do I generate a listing of all users who can access a directory?
in thread How do I generate a listing of all users who can access a directory?

That's not how my copy of perl is behaving:
$ ls -ld /tmp/test drwx--x--x 2 root root 1024 May 4 15:55 /tmp/test $ perl -e 'opendir(D,"/tmp/test") or die "opendir failed: $!\n";' opendir failed: Permission denied
  • Comment on Re: Re: How do I generate a listing of all users who can access a directory?
  • Download Code