HOME 生活记录运维/编程
作者/来源:yixinu.com
栏目:运维/编程
日期:2014-04-09 19:48:57

sudo apt-get install sshfs

sudo modprobe fuse


sudo adduser <username> fuse
sudo chown root:fuse /dev/fuse
sudo chmod +x /dev/fusermount


mkdir ~/remoteserv


sshfs -o allow_other <username>@<ipaddress>:/remotepath ~/remoteserv

使用-o allow_other需要更改文件/etc/fuse.conf,将#user_allow_other 的#删除


分享到:

Copyright © 2013-2014 yixinu.com 湘ICP备14004402号

QQ:316686606  Email: 316686606@qq.com