0700 Perl directories

Rudi Chiarito nutello at sweetness.com
Thu Aug 11 22:12:38 UTC 2005


Try the following command (as root or a regular user):

  for d in /usr/lib*/perl5; do find $d -perm 700; done

or (as a regular user, cleaner):

  for d in /usr/lib*/perl5; do find $d -printf ""; done

Should something be done to prevent this from happening in the future?

-- 
Rudi




More information about the devel mailing list