Samba server

From thelinuxwiki
Revision as of 18:15, 17 May 2013 by Nighthawk (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
  1. add share to /etc/smb.conf

example:

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


[category:linux]