I am trying to setup WordPress on CentOs6 for the first time and facing issue with proper file permission.
I am using Linode VPS hosting and have chosen centOS6 as my OS.I am able to install WordPress at following location
/var/www/html/wordpress
As per WordPress doc Wordpress folder should have 755 permission.I have cross checked using WinSCP, and folder permission has been set as 755
But still while I am trying to update / create something new inside my WordPress installation, I am getting an error indicating that it is not able to create directory.
I have noticed one more issue, there is an .htaccess file inside wordpress folder and its permission are also 755, but still Wordpress says
If your .htaccess file were writable, we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your .htaccess file.
It seems that there is something wrong with file permission but being new to Linux and its file permissions, I am not sure what is wrong and how it can be fixed
can any one suggest me where I am doing wrong