linux命令cp介绍(8)

    Read

cp命令主要用途是复制文件或者文件夹到某一个固定目录:
参数:

-a:相当于dR命令
--backup:对现有文件进行备份
--copy-contents:递归时复制特殊文件的内容
-d:相当于--no-dereference 不遵循源中的符号链接
-f:如果目标文件不存在,则删除后建立目标文件
-i:覆盖前提示
-H:遵循源中的命令行符号链接
-l:链接文件,不复制
-L:遵循源中的符号链接
-n:不覆盖现有文件
-P:不遵循源中的符号链接
-p:保留文件模式、所有者、时间等属性
--preserve[=ATTR_LIST]:保留指定的属性(default: mode,ownership,timestamps),如果可能则附加:context, links, xattr, all
-c:等同于--preserve=context
--no-preserve=ATTR_LIST:不保留指定属性
--parents:使用目录下的完整源文件名
-R, -r, --recursive:递归
--reflink[=WHEN]:控制文件复制等
--strip-trailing-slashes:删除源参数中任何尾部斜杠
-s:使用符号链接,而不是复制
-S:覆盖通常的备份后缀
-t:将所有源参数复制到目标目录
-T:将目标文件视为正常文件
-u:仅仅复制目标文件中不存在的,或者丢失的
-Z, --context=CONTEXT:set security context of copy to CONTEXT SourceByrd's Weblog-https://note.t4x.org/rebuilding/cp-command-description/

案例:

SourceByrd's Weblog-https://note.t4x.org/rebuilding/cp-command-description/ SourceByrd's Weblog-https://note.t4x.org/rebuilding/cp-command-description/
申明:除非注明Byrd's Blog内容均为原创,未经许可禁止转载!详情请阅读版权申明!
Byrd
  • by Published on December 18, 2017
  • 原文链接:https://note.t4x.org/rebuilding/cp-command-description/
匿名

Comment

Anonymous

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: