Skip to content

Instantly share code, notes, and snippets.

@cookie-ag
Created August 23, 2017 08:46
Show Gist options
  • Save cookie-ag/6bc7a0e19fd37333be372cd932e089d4 to your computer and use it in GitHub Desktop.
Save cookie-ag/6bc7a0e19fd37333be372cd932e089d4 to your computer and use it in GitHub Desktop.
Change ownership of a specific folder on Ubuntu
sudo chown -R $USER:$USER Uploads/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment