in reply to 'pubify' directory tree
chmod -R go=rX,u=rwX <dirname> <dirname>
The capital X turns on execution if its a directory, or if it has one or more execution bits allready set. The -R means that it changes permission recursively on all the directories its given.
GoldClaw
|
|---|