I am on a (non-hosted) server...what level of permissions should my plugins folder (and everything inside of it) be set to?
I seem to be having issues deleting or moving files inside of this folder...
I am on a (non-hosted) server...what level of permissions should my plugins folder (and everything inside of it) be set to?
I seem to be having issues deleting or moving files inside of this folder...
Share Improve this question asked Jul 18, 2011 at 19:54 redconservatoryredconservatory 2,5097 gold badges28 silver badges43 bronze badges1 Answer
Reset to default 0Typically, the plugin folder only needs to be writable by your user account, but this could potentially vary depending on what user your web server is running as.
For example, most of my installs have the plugins folder set to 755, but this is because Apache is running as the same user as the owner of the folder. Check who your server is running as if you think the permissions are correct.
For more info on permissions and WordPress hardening in general, check out https://wordpress/support/article/hardening-wordpress/#file-permissions