find . -type f -perm 755 -exec chmod 644 {} \; find . -type d -perm 777 -exec chmod 755 {} \;… more →
vinayank wrote 3 months ago: find . -type f -perm 755 -exec chmod 644 {} \; find . -type d -perm 777 -exec chmod 755 {} \; … more →
Tags: Server Issues, File Permission, permission, change permission of files
Follow this tag via RSS