Hi,
I am a newer linux user. Basically I am trying to set up a web server with php. I have done that. The problem I am running into is with file permissions. I am certain that I am simply overlooking something really basic here. I can’t save my html file in the /srv/www/htdocs - I get an error:
Error saving the document hello:
/srv/www/htdocs/hello.html does not exist.
I am able to save the file elsewhere. Can someone please tell me what I am missing? I have done sudo and chmod - Anytime I do I totally mess everything up and have to reinstall the O/S.
chmod og=rw /srv (or any variation)
I also have tried changing permissions through Nautilus - But it will not allow me to. The error that comes up is:
Could not change the permissions of folder “srv”. I am guessing that I could do this if I could sudo Nautilus.
Any help would be appreciated.