Answers:
不确定UNIX cp
实现,但cp
默认情况下GNU 不保留符号链接。硬链接与文件不同。默认情况下,cp从符号链接创建文件/目录。可能你不需要-L选项用于你的目的。如果你真的需要这个,你可以使用--no-preserve = links选项。
参考man cp
:
--preserve[=ATTR_LIST]
preserve the specified attributes (default: mode,ownership,timestamps), if possible additional attributes: context, links, xattr, all
--no-preserve=ATTR_LIST
don't preserve the specified attributes