Skip to content

Instantly share code, notes, and snippets.

@khairulhasanmd
Last active September 27, 2024 01:39
Show Gist options
  • Save khairulhasanmd/b4c3ac0ede13036363221fd14518f453 to your computer and use it in GitHub Desktop.
Save khairulhasanmd/b4c3ac0ede13036363221fd14518f453 to your computer and use it in GitHub Desktop.
permission to var www
sudo adduser $USER www-data
sudo chown -R www-data:www-data /var/www
sudo chmod -R g+rwX /var/www
sudo chgrp www-data /var/www
#logout and login
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment