On Sun, Feb 27, 2005 at 03:01:28PM +0000, Ian Miller wrote: > > In tcsh (sorry, don't know bash too well at the moment): > > cd /usr/X11R6/lib/X11/fonts > foreach d (*) > chmod 644 $d/font* > end > or of course, you could just do chmod 644 /usr/X11R6/lib/X11/fonts/*/font* (dunno what i was thinking there!) cheers, ian