【发布时间】:2014-08-09 22:38:42
【问题描述】:
我想在 linux 中创建一个符号链接,但总是遇到同样的错误。
首先我以这种方式创建符号链接:
ln -s preproceso/genomas_12juny/Bacteria wwwprueba/webproves/g3/genomas/
我想要的是在wwwprueba/webproves/g3/genomas/ 中创建一个名为“细菌”的符号链接,内容为preproceso/genomas_12juny/Bacteria/
当我尝试打开创建的链接时,出现以下错误:
The link "Bacteria" is broken. Do you want to move it to the trash?
The link cannot be used because its destination "preproceso/genomas_12juny/Bacteria" does not exist.
我做错了什么?
【问题讨论】: