Permissions Index Page 1
Ubuntu: Recursive chmod for Directories
You can use the parameter -R to apply permission recursively on all directories using chmod. If you only want to apply the execution permission to subdirectories use the option a+rX, check here for more details.