Skip to content

Instantly share code, notes, and snippets.

@robhol
Created May 11, 2015 16:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robhol/c1b05a0224edeb5ff206 to your computer and use it in GitHub Desktop.
Save robhol/c1b05a0224edeb5ff206 to your computer and use it in GitHub Desktop.
Was following https://help.ubuntu.com/community/How%20to%20Create%20a%20Network%20Share%20Via%20Samba%20Via%20CLI%20%28Command-line%20interface/Linux%20Terminal%29%20-%20Uncomplicated,%20Simple%20and%20Brief%20Way!
Added this to the end of smb.conf, validated with testparm.
[robhol]
path = /home/robhol
available = yes
valid users = robhol
read only = no
browseable = yes
public = yes
writable = yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment