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