Finding Directories And Files And Changing Permissions

I always forget how to do this:

find /var/www/html -type d -exec chmod 755 {} \;
find /var/www/html -type f -exec chmod 644 {} \;

 

Share this article

Posted

in

by

Tags: