On Fri, 12 Aug 2005 00:12:38 +0200, Rudi Chiarito wrote: > 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 Both give nothing here. > Should something be done to prevent this from happening in the future? What do you get for those commands? Any Perl module packages, which create unowned directories and hence are affected by a restrictive umask during installation? -- fedora-devel-list mailing list fedora-devel-list@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-devel-list