Cloudkul Support

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

 

Is this article is helpful?

People like and 1 people dislike.

If result is not found or irrelevant, Please contact us.

Submit your request

Start a Project






    Message Sent!

    If you have more details or questions, you can reply to the received confirmation email.

    Back to Home