Skip to content

Instantly share code, notes, and snippets.

@jonalvarezz
Created April 22, 2015 16:29
Show Gist options
  • Save jonalvarezz/1a0b7cb34553499351f4 to your computer and use it in GitHub Desktop.
Save jonalvarezz/1a0b7cb34553499351f4 to your computer and use it in GitHub Desktop.
Remove all extended attributes (xattr) in a directory
# Remove all extended attributes (xattr) in a directory
# i.e: drwxr-xr-x@ directory/file -> drwxr-xr-x directory/file
xattr -c -r directory/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment