@agitator for folders:find /desired_location -type d -print0 | xargs -0 chmod 0755
and for files:find /desired_location -type f -print0 | xargs -0 chmod 0644