Search This Blog

Wednesday, March 2, 2011

Setting samba share

install samba:

aptitude install samba smbfs smbclient

In the ####authentication#### section find the line that says security, uncomment it and change it to:

security = share

Define new share in this way:

[public]
writable = yes
path = /public
public = yes
guest ok = yes
guest only = yes
guest account = nobody
browsable = yes

No comments:

Post a Comment

If you like this post, please leave a comment :)