linux  cp 命令 提示如下错误:

cp: omitting directory 'xxxxxxxxxxx'

 

解决方法如下

cp -r  file1  file1_copy

 -r 参数来递归拷贝。

相关文章:

  • 2021-07-29
  • 2021-08-29
  • 2022-12-23
  • 2022-02-19
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-03-01
  • 2021-09-25
  • 2021-07-09
  • 2021-11-06
  • 2021-08-22
  • 2021-10-10
  • 2021-08-17
相关资源
相似解决方案