我尝试了一个命令cp /vol/examples/tutorial/science.txt .,但出现错误 -
cp: cannot stat `/vol/examples/tutorial/science.txt': No such file or directory
Run Code Online (Sandbox Code Playgroud)
我不明白为什么会这样。我去了 cygwin 主文件夹并创建了必要的文件夹结构和文本文件。我还检查了文件夹结构和名称。
另外,我进入~/vol/examples/tutorial然后做cat science.txt,我可以阅读文档。那么为什么 CP 命令不起作用呢?