I've been following this guide, and got my server set up fine and everything, but when I try to put files in my /srv/www/htdocs/ directory, I can't do it since I don't have permissions. How can I enable it so that I can drag and drop my files? Sorry, I'm pretty new to Linux.
Code: cd /srv/www chown -R yourusername:yourusername htdocs If you're new why do you use SUSE? Use Ubuntu or Centos with simple LEMP setup instead.