Bruce Marshall wrote: > On Thursday, April 29, 2010, Nils Kassube wrote: > > > > find -type f -exec chmod -x {} \; > > chmod -R -x /<path>/<to>/<main directory>/ > > should do it for that directory and all subdirs. Except, it also removes the x flag from the directories which is not necessarily what Nigel wanted. :) Nils