2013년 6월 30일 일요일

ubuntu sshfs usage

My Ubuntu version is 13.04 64bit

1.install package

#apt-get install sshfs


2.usage

#mkdir ~/workspace/remotedir
#sshfs remote-account@remote.server.com:/remote/directory ~/workspace/remotedir

3.unmount

#fusermount -u  ~/workspace/remotedir



댓글 없음: