chmod recursive doing the right thing
chmod -R u=rwX,go=rX <TARGET>
The trick being X instead of x and = instead of +. Go read the chmod man page.
chmod -R u=rwX,go=rX <TARGET>
The trick being X instead of x and = instead of +. Go read the chmod man page.