Bengt-Arne Fjellner wrote:
> My way to fix this is a small shellscript
> 
> #! /bin/sh
> cd /usr/lib/perl5
> chmod a+rX -R -c *|tee WANTED_PATH/chlog
> 
> which also gives you a log.
> 

I use this;

find /usr -perm 700 -exec chmod 755 {} \;
find /usr -perm 600 -exec chmod 644 {} \;

-- 
Morten
_______________________________________________
tsl-discuss mailing list
[email protected]
http://lists.trustix.org/mailman/listinfo/tsl-discuss

Reply via email to