0700 Perl directories

Michael Schwendt fedora at wir-sind-cool.org
Thu Aug 11 22:29:37 UTC 2005


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?




More information about the fedora-devel-list mailing list