I’m having a problem when trying to change the permissions of a particular wordpress folder
/var/www/html/wp-content
When trying to chmod, i can only change the rights of certain folders, and i keep having an error message saying :
I’ve tried many things like : chmod -R [permissionsettings] [dirname]
Followed many tutorials also, but any of them helps me understanding why i don’t have the permissions to some of the folders.. is this some issue related with the ssh key i’m using ?
I used puttygen to create a SSH key and added it to the vm instance
Basically what i wanted to do is, simply change the /wp-content folder permissions to 777 or 775 to be able to import files into it