Recursively Provide Only Directories And Files Pri
Directories find /path/to/base/dir -type d -exec chmod 755 {} +
Files find /path/to/base/dir -type f -exec chmod 644 {} +
Directories find /path/to/base/dir -type d -exec chmod 755 {} +
Files find /path/to/base/dir -type f -exec chmod 644 {} +