Author:
erics, November 24th, 2019
xattr -r -d com.apple.quarantine {dirname} ~or~ xattr -r -d com.apple.quarantine *
Categories: How-To's, Technology Tags: apple, attr, Attribute, Change, com.apple.quarantine, comacast, Delete, directory, howto, MacOS, macosx, Quarantine, Remove, Terminal, tips, Tree, xattr
| No comments
Author:
erics, May 24th, 2011
To see the com.apple.quarantine attribute, use ls or xattr, thus:
|
ls -l@ file.zip -OR- xattr -l file.zip |
To remove the actual attribute, use xattr:
|
xattr -d com.apple.quarantine file.zip |
Categories: How-To's, Technology Tags: apple, com.apple.quarantine, howto, ls, macosx, Quarantine, tips, xattr
| No comments