Unable to put files in htdocs

Discussion in 'HOWTO-Related Questions' started by drunktiger, Jul 1, 2011.

  1. drunktiger

    drunktiger New Member

    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.
     
  2. falko

    falko Super Moderator Howtoforge Staff

  3. Jawshh

    Jawshh New Member

    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.
     

Share This Page