본문 바로가기

.주제별/Linux

[Ubuntu] Samba

설치 :

apt-get install samba

설정 :

In "/etc/samba/smb/conf"
(다른 부분은 내버려 두고, Share Definition 만 수정)


1) Home 설정

[homes]
   comment = %H Home Directories
   path = %H
   browseable = yes
   writeable = yes
   valid users = %S


2) Share 설정

[smarter]
   comment = Share Server
   path = /home/share
   writable = yes
   share modes = no
   valid users = @group,user1,user2....
   admin users = adminuser


기타 :

서버 재시작 "/etc/init.d/samba restart"
참고
    http://www.ubuntu.or.kr/wiki.php/SambaInstall

    https://help.ubuntu.com/6.10/ubuntu/serverguide/ko/configuring-samba.html