Skip to content

Instantly share code, notes, and snippets.

@wrpinheiro
Created August 20, 2014 19:22
Show Gist options
  • Save wrpinheiro/90024046c4d60a4d7f84 to your computer and use it in GitHub Desktop.
Save wrpinheiro/90024046c4d60a4d7f84 to your computer and use it in GitHub Desktop.
Change ownership from all files
sudo chown --from=<current_owner> <new_owner> -R *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment