<프로그래밍>/___Unix/Linux
samba public 폴더 생성
JinnyDown
2013. 10. 15. 10:43
sudo vim /etc/samba/smb.conf
[name]
comment = name
path = /home/public/name
read only = no
writable = yes
write ok = yes
public = yes
sudo /etc/init.d/smbd restart
출처: 나