I am new to Ubuntu (and Linux).
As you might know after installing LAMP for Ubuntu, the default folder for the files /www
lies inside the /var
folder
The /var
folder lies in the root.
Now, of course, I will need to make changes to the web files kept inside the /www
folder to complete my website.
Now when I add this folder to the Atom, and try to edit any file e.g. index.php, I am not able to
I can understand that this is a file permission issue of the user and group. I have searched a lot but am unable to resolve the issue.
/var/www/myfoldername
for Apache files? – karel Dec 28 '18 at 15:46