Last updated 3 months ago
Navigate to the Samba config
nano /etc/samba/smb.conf
Add a new share
I have added the notes samba share
Restart the samba service
sudo systemctl restart smbd
Connect to the newly create share "Notes"
smbclient -N -L //localhost #localhost is my computers IP_address
Access the Notes share