in reply to Skipping unreadable directories with File::Find
Obviously, the script will not find any matching files in those directories where you don't have permissions. If you do need to look in those directories you need to run the script as a user with the authority to do so (or you could use locate or a similar utility for your platform).
|
|---|