Samba
Used to share files across a network
Config located at /etc/samba/smb.conf
# name in brackets is what shows in file explorer
[Files] 
    path = /media/kalenpw/Files 
    valid users = kalenpw 
    read only = no 
    writable = yes 
 
[Music] 
    path = /media/kalenpw/Music 
    valid users = kalenpw 
    read only = no 
    writable = yes