Skip to content

Instantly share code, notes, and snippets.

@lunaroja
Created September 23, 2015 05:40
Show Gist options
  • Save lunaroja/a0df11fcff0ae31630e6 to your computer and use it in GitHub Desktop.
Save lunaroja/a0df11fcff0ae31630e6 to your computer and use it in GitHub Desktop.
Edit files files that belong to www-data
//http://askubuntu.com/questions/19898/whats-the-simplest-way-to-edit-and-add-files-to-var-www
sudo adduser <username> www-data
sudo chown -R www-data:www-data /var/www
sudo chmod -R g+rwX /var/www
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment