Report this

What is the reason for this report?

How do I add new, writeable files to a Wordpress child theme with the right permissions?

Posted on April 6, 2020

I’m trying to add a new Wordpress child theme file and directory and seem to be running into some permission issues.

Using the DigitalOcean FTP Guide, I was able to add the new child theme file (inside a directory, to mirror the parent theme). However, I’m not able to edit that file inside the Wordpress dashboard, and it gives me the following error:

You need to make this file writable before you can save your changes.

Looking at the directory, it appears that this new directory has both user and group permissions set to root, while all other files and directories are set to www-data.

I tried to set permissions based on this post using the following commands:

chown -R www-data:www-data /var/www/
chmod -R 766 /var/www/

However, I received the following errors:

Invalid flag -R

and when that character was removed:

You must supply a numeric argument to the chown command.

I also tried using sudo, but received the following response:

Invalid command.

Would love any help!



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

This may have been related to my recent Mac OS update or my lack of familiarity with the terminal.

I quit bash, did a quick computer restart, and now it appears that everything is working as expected.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.