我不知道在哪里可以获得可以使用“bash”在“cp”命令中放入“--preserve”或“--no-preserve”的属性的完整列表。我发现的唯一的这些是:
--preserve[=ATTR_LIST]
preserve the specified attributes (default:
mode,ownership,timestamps), if possible additional
attributes: context, links, xattr, all
我在互联网上做了更多研究,但还没有找到。你能提供给我吗?谢谢。
答案1
假设您指的是 GNU coreutils 版本cp
,这些--preserve
选项在cp
信息手册。给出的列表cp --help
是完整的:mode
、ownership
、timestamps
、context
、links
、xattr
和元选项all
。