use strict; use File::Find; my $dir = '/webdir/pathhere; find(\&ReadPerm, $dir); sub ReadPerm { if ($_ ! -w) { print "$File::Find::name\n"; } }
In reply to Checking permissions on server by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |