Ok guys. I have Ubuntu running, I installed LAMP, no issues at all. After I wrote my first php.file I need to save it in the htdocs file. I do that from the command line:
#sudo su
#chmod 777 /opt/lamp/apache2/htdocs
#chmod a+x first.php
#cp first.php /opt/lamp/apache2/htdocs
Now how can I permanently give myself permission to save on the htdcos file ?/ Without going to the terminal(command line). I want to be able to use my web editor and save there and run the script from the browser right away without to mess around with permission each time I do that. Thanks for your time.
#sudo su
#chmod 777 /opt/lamp/apache2/htdocs
#chmod a+x first.php
#cp first.php /opt/lamp/apache2/htdocs
Now how can I permanently give myself permission to save on the htdcos file ?/ Without going to the terminal(command line). I want to be able to use my web editor and save there and run the script from the browser right away without to mess around with permission each time I do that. Thanks for your time.