사용자 도구

사이트 도구


linux:ubuntu:samba

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
linux:ubuntu:samba [2022/04/11 19:12]
kwon37xi
linux:ubuntu:samba [2022/04/13 15:54]
kwon37xi [mouting smbfs]
줄 59: 줄 59:
 ===== mouting smbfs ===== ===== mouting smbfs =====
   * [[http://ubuntuforums.org/showthread.php?t=255872|[HOW TO] Mounting smbfs Shares Permanently - Ubuntu Forums]] 참조   * [[http://ubuntuforums.org/showthread.php?t=255872|[HOW TO] Mounting smbfs Shares Permanently - Ubuntu Forums]] 참조
 +  * [[https://linuxhint.com/mount-smb-shares-on-ubuntu/|How to Mount SMB Shares on Ubuntu?]]
  
   * 기초 작업<code sh>   * 기초 작업<code sh>
줄 98: 줄 99:
  
 ==== anonymous 접속 ==== ==== anonymous 접속 ====
 +  * [[windows:samba|Windows Samba Share 공유 폴더]] Anonymous 도 계정명이 존재한다. Windows ''gpedit.msc''에서 이를 설정해두면 된다.
   * [[https://unix.stackexchange.com/questions/65106/accessing-a-smb-share-without-a-password|windows - Accessing a SMB share without a password - Unix & Linux Stack Exchange]]   * [[https://unix.stackexchange.com/questions/65106/accessing-a-smb-share-without-a-password|windows - Accessing a SMB share without a password - Unix & Linux Stack Exchange]]
   * ''" "%" "'' 에서 따옴표 사이의 공백 주의   * ''" "%" "'' 에서 따옴표 사이의 공백 주의
 <code sh> <code sh>
 +smbclient //host/share -U "<AnonymousUserName>"%""
 +
 +# anonymous 계정이 추가가 안 된 상태에서는 ''" "%" "'' 에서 따옴표 사이의 공백 주의
 smbclient //host/share -U " "%" " smbclient //host/share -U " "%" "
 </code> </code>
linux/ubuntu/samba.txt · 마지막으로 수정됨: 2022/07/21 22:49 저자 kwon37xi