2013年3月10日 星期日

[sshfs] How to install sshfs with root priviledge


[sshfs] How to install sshfs with root priviledge

1. Install sshfs

sudo apt-get install sshfs



2. mount remote folder

sshfs [user@]host:[dir] mountpoint [options]



EX:

sshfs  root@192.168.100.2:/home/happy ./mountpoint -p 22

or

sshfs  root@192.168.100.2:/home/happy ./mountpoint



Reference :



0 意見:

張貼留言