osx - How do I remove the

osx - How do I remove the "extended attributes" on a file in Mac OS X? - Stack Overflow

瀏覽:1041
日期:2025-06-23
Use the xattr command. You can inspect the extended attributes: $ xattr s.7z com.apple.metadata:kMDItemWhereFroms com.apple.quarantine and use the -d option to delete one extended attribute: $ xattr -d com.apple.quarantine s.7z $ xattr s.7z com.apple ......看更多