To change all the directory permission in the path /var/www/html/ use the below command
find /var/www/html/ -type d -exec chmod 755 {} \;
and for files
find /var/www/html/ -type f -exec chmod 644 {} \;
0 Responses to Change all directory permission to 755 and file permission to 644 in linux
0 Responses to Change all directory permission to 755 and file permission to 644 in linux
Something to say?