IMG-LOGO
공지사항 :

centos sshfs 사용법

lmkfox - 2021-02-21 09:23:01 419 Views 0 Comment

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


댓글