mac tar files
解压后存在大量._foo 文件
set
on Tiger, or
on Leopard and newer OS X.
then tar cvfz ...
解压后存在大量._foo 文件
set
export COPY_EXTENDED_ATTRIBUTES_DISABLE=true
on Tiger, or
export COPYFILE_DISABLE=true
on Leopard and newer OS X.
then tar cvfz ...
本文讨论了使用mactarfiles解压后出现的._foo文件的问题,以及如何通过设置export COPY_EXTENDED_ATTRIBUTES_DISABLE和COPYFILE_DISABLE来解决此问题。在特定的OSX版本上进行操作。

被折叠的 条评论
为什么被折叠?



