Difference between revisions of "Samba server"

From thelinuxwiki
Jump to: navigation, search
(Pushed from Themanclub.)
 

Latest revision as of 18:15, 17 May 2013

  1. add share to /etc/smb.conf

example:

[sharename]
comment= 
path=/path/to/share
read only = yes
public = yes 


[category:linux]