로그인 회원가입
모두인포
전체IT경제사회생활스포츠시사여행연애

centos sshfs 사용법

lmkfox · 2021-02-21 · 조회 0
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

댓글

아직 댓글이 없습니다.

로그인 후 댓글을 남길 수 있습니다.