CentOs doesn't recognise www-data but want to change ownership on my files folder. All my folders are owned by root at the moment. Confused as to what should be owned by apache and what she be owned by me the root user? Also when it says root root does that mean root user me and group apache root?
Asked
Active
Viewed 1e+01k times
2 Answers
1
you can run sudo chgrp -R apache YOUR_FOLDER
-
1This does not provide an answer to the question. Once you have sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. - From Review – Romeo Ninov Aug 25 '17 at 06:51
-
2@RomeoNinov This may be a wrong answer but it does try to answer the question. In any case it is not a comment posted as an answer due to a lack of rep. How did this comment get an upvote... – Hauke Laging Aug 25 '17 at 10:40
apache
to be able to modify them via your web scripts. – rush Dec 11 '12 at 11:19