SMB.conf

예전에 SAMBA 설정 부분을 찾다가 구글에서 발견한 내용. 누구나 공유가능하도록 하는 기본적인 설정을 하려면 다음과 같은 내용을 smb.conf 파일에 추가해주면 된다. 이렇게 하면 \\IP\share 라는 경로로 접근할 수 있다.

#=============== Share Definitions ===========
[share]
        comment = Ubuntu
        path = /home/fellow/sharing
        browsable = yes
        guest ok = yes
        read only = no
        creas mask = 0755

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *