Last active
September 27, 2024 01:39
-
-
Save khairulhasanmd/b4c3ac0ede13036363221fd14518f453 to your computer and use it in GitHub Desktop.
permission to var www
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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