Skip to content

Instantly share code, notes, and snippets.

@chelorossi
Created August 5, 2014 03:59
Show Gist options
  • Save chelorossi/4ae90fb160761bfbfc3a to your computer and use it in GitHub Desktop.
Save chelorossi/4ae90fb160761bfbfc3a to your computer and use it in GitHub Desktop.
Samba Configuration Example (Ubuntu / Windows)
[global]
workgroup = EXAMPLE
security = user
map to guest = Bad User
[public]
comment = Public Share
path = /home/server/Downloads
browsable = yes
guest ok = yes
read only = no
create mask = 0755
force user = server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment