I am using CentOS 6.X.
I am trying to give a user called "blog" access to read, write and execute files and folders in his directory.
His directory is at /home/web/html/blog/
How can I give him his proper access?
I've tried chmod -R /home/web/html/blog/ 775
Note : His group is set to "apache" for some reason, the same as the account for my web hosting software. I'm not sure why.

