How to share public folder over the network in ubuntu ?
Install the samba server using cli:
sudo apt-get install samba
Put the password if you want:
sudo smbpasswd -a USERNAME
Then open your smb.conf file to make changes for a user:
nano/etc/samba/smb.conf
Then add the follwing lines end of the file:
[sharedfolder] path = /home/username/Public available = yes valid users = USERNAME read only = no browsable = yes public = yes writable = yes
Then restart samba :
sudo restart smbd
If result is not found or irrelevant, Please contact us.
Submit your request