cp: 'test.txt' and 'test.txt' are the same file
asadzoot@asadzoot-Vostro-14-3468:~/cnc/q1$ cp test.txt home/asadzoot/cnc/q1/
cp: cannot create regular file 'home/asadzoot/cnc/q1/': No such file or directory发布于 2020-05-06 17:06:21
你的命令似乎取消了,这个:
cp test.txt home/asadzoot/cnc/q1/应:
cp test.txt /home/asadzoot/cnc/q1/但是,当然要确保您从test.txt文件的位置运行此命令。
https://askubuntu.com/questions/1236248
复制相似问题