IT
centos sshfs 사용법
Sshfs 사용
# yum install epel-release -y
# yum install fuse sshfs -y
이러면 설치는 끝난것이다.
# sshfs 접속할ID@접속할IP:/abc/avc /zxc/zxc/zxc -o allow_other -o nonempty
간단하게 설정이 끝난것이다.
마운트 해제 방법
#fusermount -u /zxc/zxc/zxc
댓글
아직 댓글이 없습니다.
로그인 후 댓글을 남길 수 있습니다.