On Thu, Jan 01, 1970 at 01:00:00AM +0100, Andre Poenitz wrote: > On Mon, Jan 14, 2002 at 07:51:14PM +0200, Dekel Tsur wrote: > > 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 "{}" ";" > > I always thought the 'chmod -R a+rX /opt/lyx-1.1.6fix4/' would be fine
I didn't know it exists. > (note the capital X in the permissions). Or is this some "extension" of any > kind? I don't know.