Linux- cp 命令复制cp命令 123cp -r source_path destination_pathcp -r xxx/. xxx/ # 递归复制source_path下所有文件,不包括源文件夹cp -r xxx xxx/ # 递归复制source_path下所有文件,包括源文件夹