Home Blog Archive Software Ubuntu: files with Samba - how to

Ubuntu: files with Samba - how to

  • Oct 31, 2025
  • 473
  • 0

Under Ubuntu you can use the program Samba files for other users and computers. So, for example, images or Videos in your home network share. How this works, we will explain in this practical tip

Samba: files under Ubuntu release - how to

With just a few steps, you can use any file or folder on your Ubuntucomputer free.
  1. First you have to install the Samba Server and all the required additional packages. To do this, start the Terminal by pressing the key combination [Ctrl] + [Alt] + [T] and enter the following command:
  2. "sudo apt-get install samba-doc samba-doc-pdf tdb-tools"
  3. Now you need to set up access to free gifts from guests. You open it with a text editor, for example gedit, the file "etc/samba/smb.conf". Set the following parameters as shown below:
  4. "guest ok = yes"; "public = yes"; "user share allow guests = yes"; "map to guest = bad user"
  5. Now you just have to give files and folders. To do this, write the following lines to the end of the same file in one line at a time. Note that you must specify the name of the share and the path to the data on your own computer:
  6. "[Share Name]"
  7. "path = /PfadzumOrdner/Bilder/bild1.jpg"
  8. the "public = yes"
  9. "writeable = yes"
  10. So, you define how the release for other users and which folders and files are shared. In addition, the release is public and guests can edit. For each additional share, leave a line and add again the 4 rows with a different name and path. Now you can save the file and close it.
  11. Finally, you start with the command "sudo service smbd restart" the Samba Server. Then all Changes are accepted and which are free gifts available.
  12. From other computers you can your free your IP-address followed by open from the name of the share. For Example, "\192.168.2.11\My Pictures".
Ubuntu: files with Samba
So that your shares can share, we will show you in the next practice tip on how you Ubuntu your own IP address to find out.

YOU MAY ALSO LIKE

0 COMMENTS

LEAVE A COMMENT

Human?
1 + 3 =