On Mon, Jan 14, 2002 at 05:10:35PM +0100, Jean-Marc Lasgouttes wrote:
> >>>>> "Stephan" == Stephan E Schlierf <[EMAIL PROTECTED]> writes:
> 
> Stephan> No, not as "normal" user
> 
> That's what I thought :) So either try it out as root, or do a
> chmod -R a+r /opt/lyx-1.1.6fix4/

This is not enough because all directories need to have the 'x' flag set.
So 'chmod -R a+rx /opt/lyx-1.1.6fix4/' would do the trick,
or preferably, 
 chmod -R a+r /opt/lyx-1.1.6fix4/
 find /opt/lyx-1.1.6fix4/ -type d -exec chmod a+x "{}" ";"

Reply via email to