ubuntu 18.04 how to give a user all permissions to a directory 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