Shimmercat设置模板

时间:2016-03-22 12:47:18

标签: linux bash ubuntu webserver shimmercat

我学习如何使用Shimmercat \ for Linux。 使用手册:https://www.youtube.com/watch?v=_0VdzHEISbo 当我尝试设置模板(解压缩归档后) - 得到了下一个问题:

ubuntu@ubuntu-Lenovo-G505s:~/mywebproject2$ mv startbootstrap-creative-1.0.5 site files
mv: указанная цель «files» не является каталогом / target specified is not a directory

可能是什么原因以及如何解决? 感谢名单

1 个答案:

答案 0 :(得分:2)

mv startbootstrap-creative-1.0.5 site files表示“将文件* startbootstrap-creative-1.0.5和文件site移动到目录files中,所有文件都在当前目录中($PWD) ”。如果files不是目录,则会失败。

*目录是special type of file