Skip to content

samba | Cheatsheet


Example Configuration
[usb]
   comment = USB
   path = /mnt/usb
   guest ok = yes
   browseable = yes
   create mask = 0777
   directory mask = 0777
   writeable = yes
Allow write access
writeable = yes
Restart samba (systemd)
service smb restart