📖Create Local Network
Share files within your home network
If you have two or more computers at home or in the office, you may want to combine them into the shared local network to directly share files via the file manager.
One of the methods to do that is to install and configure Samba—a server app—on all computers you want to enable in the network. A (Wi-Fi) router is also required, and it doesn't matter if computers are connected to the router via Ethernet port or Wi-Fi.
The following manual assumes all your computers have elementary OS installed. Almost all work is done via Terminal.
The guides below need to be tested and confirmed.
Share a Computer in the Local Network
Install Samba on a shared computer by running:
Open
/etc/samba/smb.conf
as admin.Uncomment (delete semicolon at the beginning of the lines) the following section to share the entire
/home
directory with a certain user.
If you want to only share a specified directory, add the path to this section. For example:
Add the user to Samba (independent of system users):
Create and enter the password you want for the user:
Confirm the password when asked.
MIND that you will not see any symbols (even asterisks) when typing password!
Restart Samba (the system would start Samba automatically on startup):
You can share different directories for different users by creating individual sections with individual permissions for each of them.
Enter the Shared Directory from Another Computer
Open Files.
In the left panel, click Entire Network.
Select a network (a shared computer) from the list.
Enter the Username and Password created.
NEED a SCREENSHOT of FILES
Last updated