Recursive change rights on Directories and Files —
find /var/www/ -type d -exec chmod 755 {} \;
find /var/www/ -type f -exec chmod 664 {} \;
Categorised as: Linux
Comments are disabled on this post
Just another blog from admin's
find /var/www/ -type d -exec chmod 755 {} \;
find /var/www/ -type f -exec chmod 664 {} \;
Categorised as: Linux
Comments are disabled on this post