give all permission to user linux ubuntu code example
Example: grant all the permission to the user ubuntu
The simplest way is to use chown:
sudo chown -R testuser:testuser /var/www/test/public_html
The simplest way is to use chown:
sudo chown -R testuser:testuser /var/www/test/public_html