sudo apt install samba ''sudo nano /etc/samba/smb.conf'' #======================= Global Settings ======================= [global] netbios name = Dja workgroup = groupname server string = Dja security = user map to guest = bad user dns proxy = no # [pub] comment = This is a folder accessible from everyone path = /home/dja/samba/pub browsable = yes guest ok = yes read only = yes create mask = 0755 # [incoming] comment = This is a folder accessible from everyone path = /home/dja/samba/incoming browsable = yes guest ok = yes read only = no create mask = 0755