chmod subdirectories code example
Example 1: chmod folder recursive
chmod -R MODE DIRECTORY
#Example
chmod -R 755 /var/www/html
Example 2: chmod directory and subdirectories
sudo chmod -R 775 /var/www/html/efs/images
chmod -R MODE DIRECTORY
#Example
chmod -R 755 /var/www/html
sudo chmod -R 775 /var/www/html/efs/images