Skip to content

Instantly share code, notes, and snippets.

@acatejr
Last active December 17, 2016 20:06
Show Gist options
  • Save acatejr/5710c2d2897298c7a3d05450e5470d69 to your computer and use it in GitHub Desktop.
Save acatejr/5710c2d2897298c7a3d05450e5470d69 to your computer and use it in GitHub Desktop.
samba share example
;; This creates a samba share that can be used to map a drive on windows to
;; a resources in a Unix/Linux based virtual machine.
[ubuntu]
path = /home/ubuntu
writeable = yes
read only = no
browseable = yes
guest ok = yes
create mask = 0755
directory mask = 0755
public = yes
force user = ubuntu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment