On Wed, 2004-06-16 at 16:22, Penelope Spencer wrote: > To solve the problem, I just used su to temporarily become the > root user, then did 'chmod 755/usr/local/share/scribus' and repeated > that for all directories under/usr/local/share/scribus, granting users > read access to these directories. Before I did this, the > directories were readable only by root.
The easy way to do this:
find /usr/local/share/scribus -type d -exec chmod 755 {} \;
--
Craig Ringer
