Answers for "chmod directory and subdirectories"

2

chmod folder recursive

chmod -R MODE DIRECTORY

#Example
chmod -R 755 /var/www/html
Posted by: Guest on November-20-2020
0

chmod directory and subdirectories

sudo chmod -R 775 /var/www/html/efs/images
Posted by: Guest on May-27-2021

Code answers related to "chmod directory and subdirectories"

Browse Popular Code Answers by Language