Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dnovais/03e688cf0f7dc51852b7cbc82d7462df to your computer and use it in GitHub Desktop.
Save dnovais/03e688cf0f7dc51852b7cbc82d7462df to your computer and use it in GitHub Desktop.
Changing permissions with command line

Changing permissions to folder and files

sudo chown -R $USER:$USER

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment