标签: unix mount
mount -t smbfs -o username=Administrator,password=Password //severIP/dev/hda1 /mnt/mountTemp
,其中
/ dev / hda1 - 远程计算机中的文件系统
/ mnt / mountTemp - 在本地计算机上安装pont
此命令在本地计算机中安装远程文件系统。但有可能你可以在远程机器本身安装远程文件系统??(但必须从本地机器触发命令)
答案 0 :(得分:1)
您可以使用ssh to run command on remote machine
ssh user@remote command