sasha2002 Blog's

Just another blog from admin's

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


Comments are closed.