DREAMER

Samba Client, Server에 접속 본문

카테고리 없음

Samba Client, Server에 접속

연소민 2022. 10. 18. 15:04
728x90
반응형

$ smbclient -L 192.158.55.2 -U%

 

리스트 확인

 

$ smbclient //192.168.55.2/dirname -U username password

= smbclient //192.168.55.2/software -U userid pass12

 

마운트 할 경로 ./software

 

$ mount -t cifs //192.168.55.2/software software -o user=userid,pass=pass12

 

 

728x90
반응형
Comments