首页 > 学院 > 开发设计 > 正文

sshfs的使用

2019-11-07 23:43:27
字体:
来源:转载
供稿:网友
可以用下列命令在Ubuntu上将远端的文件夹同步到本地,这样在本地修改文件就相当与在远端修改.sudo sshfs -o allow_other,IdentityFile=~/.ssh/id_rsa tao@192.168.1.101:/home/tao/open-user/kernel /home/tao/linux如果提示下面的错误fuse: mountpoint is not emptyfuse: if you are sure this is safe, use the 'nonempty' mount option就表示你本地的文件夹例如/home/tao/linux 不是空的。将这个文件夹里面的文件删掉即可
上一篇:zigbee

下一篇:Eclipse中使用SVN

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表