这些错误信息是在执行文件查找和复制操作时出现的。具体含义如下:

  • find: '/proc/4076/task/4076/fdinfo/6': No such file or directory:表示在查找文件时找不到路径'/proc/4076/task/4076/fdinfo/6'。
  • find: '/proc/4076/fdinfo/7': No such file or directory:表示在查找文件时找不到路径'/proc/4076/fdinfo/7'。
  • cp: cannot create regular file '/root/findfiles/gamelan': No such file or directory:表示无法创建文件'/root/findfiles/gamelan',因为目录'/root/findfiles'不存在。
  • cp: cannot create regular file '/root/findfiles/jacques': No such file or directory:表示无法创建文件'/root/findfiles/jacques',因为目录'/root/findfiles'不存在。
  • cp: cannot create regular file '/root/findfiles/libWedgeit.so.1.2.3': No such file or directory:表示无法创建文件'/root/findfiles/libWedgeit.so.1.2.3',因为目录'/root/findfiles'不存在。

要解决这个问题,你需要确保目录'/root/findfiles'已经正确创建。可以使用以下命令创建目录:

mkdir -p /root/findfiles

然后再次执行文件查找和复制操作。

Linux错误:find和cp命令失败,无法找到文件或创建目录

原文地址: https://www.cveoy.top/t/topic/ph3R 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录