Posted on October 29, 2020October 29, 2020 by wp4T0upgUqkf Sorting out local WordPress installation file permissions Dosudo chown -R www-data:myusername /path/to/your/wordpress/install/thensudo find /path/to/your/wordpress/install/ -type d -exec chmod 775 {} \; sudo find /path/to/your/wordpress/install/ -type f -exec chmod 664 {} \; Post navigationPrevious post: Midi with Ardour on LinuxNext post: Duplicating a WordPress site locally