Skip to content

Instantly share code, notes, and snippets.

@cnra
Created July 31, 2019 20:48
Show Gist options
  • Save cnra/32544896d9d3cb945944c6ce0d2210ad to your computer and use it in GitHub Desktop.
Save cnra/32544896d9d3cb945944c6ce0d2210ad to your computer and use it in GitHub Desktop.
samba share definations
======================= Share Definitions =======================
Un-comment the following (and tweak the other settings below to suit)
to enable the default home directory shares. This will share each
user's home directory as \server\username
[Paylasimlar]
path = /home
browsable =yes
writable = yes
guest ok = yes
read only = no
force user = root
[sshfs]
path = /media/sshfs
browsable =yes
writable = yes
guest ok = yes
read only = no
force user = root
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment