PDA

View Full Version : [ubuntu] CHMOD won't stick to home dir



Crath
August 9th, 2009, 05:06 AM
I am trying to chmod
/home/myname/to allow apache to access my www folder (for a site).

I execute the following command
sudo chmod -r 777 mynameand everything works fine after that. But when I shutdown the server and start it up again, it give sme forbidden on the localhost again. It seems that it is resetting itself.

Am I doing something wrong? Thanks!