13
3
I downloaded a .pem
file and my Mac OS X (10.8.2) added an @
sign at the end of the file permissions. This is causing file permission issues.
I can't seem to remove the quarantine flag. I even tried the command
xattr -d <filename>.pem
but that didn't work.
And to expand upon this, to unquarantine an entire directory,
xattr -r -d com.apple.quarantine directory
. – AKX – 2020-02-06T16:35:33.560