πCreate Local Network
Share files within your home network
Share a Computer in the Local Network
sudo apt install samba[homes]
comment = Home Directories
browseable = yes
read only = no
create mask = 0700
directory mask = 0700
valid users = <allowed-user-name>[homes]
comment = Home Directories
browseable = yes
read only = no
create mask = 0700
directory mask = 0700
valid users = <allowed-user-name>
path = /home/<your-name>/<directory-name>Enter the Shared Directory from Another Computer
Last updated