Last active
May 26, 2017 09:16
-
-
Save Sounds-of-Science/450346690a38cf9601eaa4764fc593ec to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # commande : xattr | |
| # affiche les attributs étendus du fichier | |
| xattr /path_to/filename | |
| # supprimer un attribut | |
| xattr -d com.apple.quarantine /path_to/filename | |
| # supprimer tous les attributs du fichier | |
| xattr -c /path_to/filename |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment