Skip to content

Instantly share code, notes, and snippets.

@image72
Created August 29, 2014 19:07
Show Gist options
  • Save image72/6c6b7bb2b62c9d04c054 to your computer and use it in GitHub Desktop.
Save image72/6c6b7bb2b62c9d04c054 to your computer and use it in GitHub Desktop.
own
# change files owner to current user
alias own='sudo chown -R $(id -u):$(id -g)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment