Wordpress Files & Folder PermissionAndy·Aug 24, 2018·1 min read$ find . -type f -exec chmod 644 {} \\; $ find . -type d -exec chmod 755 {} \\; $ chmod 440 wp-config.php Share this