`
chenzhou123520
  • 浏览: 4258492 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

Linux系统cp: omitting directory `XXX'问题解决

阅读更多

在linux系统中复制文件夹时提示如下:

cp: omitting directory `foldera/'

其中foldera是我要复制的文件夹名,出现该警告的原因是因为foldera目录下还存在目录,所以不能直接拷贝。

 

解决办法:使用递归拷贝,在cp命令后面加上-r参数,形如:

[root@localhost opt]# cp -r foldera folderc

这里的-r代表递归的意思。

 

同样,当我们在linux系统下删除目录时也需要加上-r参数 ,如果目录为空,则会直接删除,如果目录非空,则会级联删除。不过在级联删除时也会有一个问题就是如果目录下存在很多的文件或者子目录,系统会一个一个进行提示。如果想一步删除不用提示的话可以使用rm -rf命令。f是force的意思,代表强制删除,无提示!

分享到:
评论

相关推荐

    Linux中复制目录报错cp-omitting directory的解决办法.docx

    Linux 系统中复制目录到另一个目录下面,用 cp 命令时会出现报错,报错信息为 "cp: omitting directory"。这是因为 cp 命令默认是不能复制目录的,需要加参数 -r 才能正确地复制目录。 解决方法是使用 cp -r 命令...

    Linux复制文件命令cp之使用解说

    Linux下的命令有很多,其中有一个命令,我一直使用都存在问题,那就是cp命令了。每次使用该命令,都提示cp:omitting directiory错误。最后百度了一下才明白,原来cp命令复制目录的时候需要带命令参数的。难怪我一...

    ubuntu下的copy命令

    cp命令的语法为:cp [选项] 源文件或目录 目标文件或目录 该命令把指定的源文件复制到目标文件或把多个源文件复制到目标目录中。该命令的各选项含义如下: * -a:该选项通常在拷贝目录时使用。它保留链接、文件...

    avrusb实现数据传输

    I/O pins can be acquired on the ATTiny45 by omitting the external crystal. Instead of a crystal, the internal RC oscillator is used and AVR-USB is configured to run on 16.5 MHz +/- 1% clock rate with ...

    sap script 培训文档

    符号是SAP Script中用于存储数据的重要元素,可以分为系统符号、程序符号、标准符号和文本符号等。 - **System Symbols**:由系统自动生成和维护的符号。 - **Program Symbols**:由程序定义的符号。 - **Standard ...

    The effect of omitting a limited number of subtests on the full scale reliability of the WISC-R

    The effect of omitting a limited number of subtests on the full scale reliability of the WISC-R T H E EFFECT OF OMITTING A LIMITED NUMBER OF SUBTESTS ON THE FULL SCALE RELIABILITY OF T H E WISC-R ...

    chrome-addon::cloud:将addon上传到Chrome的GitHub动作

    # omitting it will create a new addon extension : abcdefg zip : build/my-addon.zip client-id : ${{ secrets.CHROME_CLIENT_ID }} client-secret : ${{ secrets.CHROME_CLIENT_SECRET }} refresh-token :...

    avisynth:NodeJS 的 Avisynth 绑定

    它目前仅适用于 Windows(如 Avisynth 本身),但理论上有可能通过 Wine 添加 Linux 支持。 安装 npm install -g avisynth 用法 它既可以由脚本使用,也可以从命令行使用(也不需要安装 Avisynth,并且可能对其他...

    java 8 lambda- expressions 学习资料,例子。练习 java example

    在实战方面,为了更好地掌握lambda表达式,Java开发者需要不断地练习,并尝试将它们应用在解决实际问题中。通过查阅更多在线资源,例如 *** 提供的在线教程和训练课程,开发者能够获得有关Java lambda表达式的深入...

    Herbert S. Wilf - Generating Functions.pdf

    - **Full Appreciation of the Subject:** As Wilf suggests, omitting the analytical aspects of generating functions is akin to listening to only one audio channel of a stereo broadcast. The full beauty...

    mp4parser(isoparser).jar

    Muxing audio/video into an MP4 file Append recordings that use same encode settings Adding/Changing metadata Shorten recordings by omitting frames

    VisualFoxPro6.0中文版命令手册.pdf

    Omitting the database name removes the current database setting. **Close a Database:** ```plaintext CLOSE DATABASE [ALL] ``` Closes the current database. Using `ALL` closes all opened databases. ##...

    python3.6.5参考手册 chm

    PEP 471 - os.scandir() function – a better and faster directory iterator PEP 475: Retry system calls failing with EINTR PEP 479: Change StopIteration handling inside generators PEP 485: A function...

    DIZipWriter v6.2.0 for D7-XE10.1 ZIP 压缩 解压缩

    DIZipWriter is a Delphi component to create PKZip-compatible ZIP ... Omitting this extra step helps DIZipWriter to perform faster and uses less resources than the competition. Advanced Encryption

    第三批词汇英语四级的

    例如,“Omitting key details can lead to misunderstandings or misinterpretations.”(遗漏关键细节可能导致误解或误读。) 13. **opponent**(n. 敌手,对手):在比赛、辩论或冲突中的另一方。例如,“Facing...

    firefox-addon::fox:GitHub更新操作创建firefox插件

    Firefox插件动作 该操作会将您的插件发布到Firefox插件商店。 也可以看看 是GitHub上的一个动作,包装了Mozilla的web-ext工具,该工具提供了诸如lint,build... # omitting it will create a new addon uuid : ' {7b3

Global site tag (gtag.js) - Google Analytics