由于领导要求:现需要将某Linux服务器下的一个文件移动到某windows服务器下(服务器均在机房托管,要远程操作)
由于操作为一次性,则决定在windows下建立一个共享文件夹,linux访问并把文件移动过去
一、在windows下新建一个文件夹并共享
二、在linux下用mount命令进行挂载上去
mount -t cifs -o username=administrator,password=****** //172.16.222.230/gongxiang /data
由于领导要求:现需要将某Linux服务器下的一个文件移动到某windows服务器下(服务器均在机房托管,要远程操作)
由于操作为一次性,则决定在windows下建立一个共享文件夹,linux访问并把文件移动过去
一、在windows下新建一个文件夹并共享
二、在linux下用mount命令进行挂载上去
mount -t cifs -o username=administrator,password=****** //172.16.222.230/gongxiang /data
内容版权声明:除非注明,否则皆为本站原创文章。