본문 바로가기

리눅스

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

'리눅스' 카테고리의 다른 글

centos 다운로드  (0) 2017.11.30
centos sshfs python 패스워드 자동 입력 스크립트  (0) 2017.11.30
centos SSL 인증서 설치 방법  (0) 2017.11.30
리눅스 init 명령어  (0) 2017.01.26
centos openssh 7.0 업데이트 하기  (0) 2017.01.24