Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 202 Bytes

add-current-user-as-the-owner-of-a-folder.md

File metadata and controls

10 lines (7 loc) · 202 Bytes

Add current user as the owner of a folder to give write permissions

Run the following commands:

sudo chmod -R 757 /var/www
sudo chown -R $USER:$USER /var/www

Replace with your own folder