【发布时间】:2017-04-22 07:52:13
【问题描述】:
我正在尝试将服务器上的文件移动到另一个文件夹:
mv /opsw/Customer/TEST/@/Server/TEST.test.test.com/files/Administrator/C/Temp
/TEST_validateserver.htm /opsw/Customer/TEST/@/Server/TEST.test.test.com/files/Administrator/C/
我收到以下错误:
mv: missing destination file operand after `/opsw/Customer/TEST/@/Server/TEST.test.test.com/files/Administrator/C/Temp'
Try `mv --help' for more information.
bash: line 1: /TEST_validateserver.htm: No such file or directory
发生了什么事?
【问题讨论】:
-
您不是在“使用 Putty”来移动文件,而是在使用 Putty 获取到远程计算机的控制台连接,在远程计算机上您正在运行一个 shell,您正在从该计算机上运行
mv命令。