Apps :: /opt/monkey/htdocs "Permission Denied"



OK. Try this:

sudo chmod g+w -R /opt/monkey/htdocs/
sudo chgrp staff -R /opt/monkey/htdocs

This is what the liveCD uses as perms.

YES! That works. Thank you so much!

Adding this to .bash_profile now...

yep! works great.


original here.