Samba Configuration
sudo nano /etc/samba/smb.conf Put this at the bottom of the file (notes) [sambashare] (name of the share) comment = Samba on Ubuntu path = /home/username/sambashare (path for share) read only = no browsable = yes
Make a user for sambasudo smbpasswd -a username
restart the servicesudo service smbd restart
firewall exceptionsudo ufw allow samba windows access\\ipaddr\sambashare
Comments
Post a Comment