作者/来源: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 的#删除