Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
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