chmod 755 all directories recursively

cd /path/to/folder/

find * -type d -exec chmod 755 {} +