Skip to content

Instantly share code, notes, and snippets.

@bwangelme
Created September 15, 2016 11:42
Show Gist options
  • Save bwangelme/e5e6753746a424b68faa94ab124ae717 to your computer and use it in GitHub Desktop.
Save bwangelme/e5e6753746a424b68faa94ab124ae717 to your computer and use it in GitHub Desktop.
Ubuntu 配置Samba服务器
[global]
workgroup = WORKGROUP
server string = Samba Server %v
netbios name = ubuntu
security = user
map to guest = bad user
dns proxy = no
[Anonymous]
path = /tmp
browsable = yes
writable = yes
guest ok = yes
read only = no
force user = nobody
[secured]
path = /home/share
valid users = @smbgroup
guest ok = no
writable = yes
browsable = yes
@bwangelme
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment