Tuesday, April 30, 2024

How to Chmod 777 all Subfolders of /var/www

sudo chmod -R 777 /var/www


No comments:

Post a Comment

Restrict Access to PHPMyAdmin with DirectAdmin

cd /usr/local/directadmin/ ./directadmin set one_click_pma_login 1 restart cd custombuild ./build update ./build set phpmyadmin_public no ./...