Setup installation

From Eric

Revision as of 18:33, 18 June 2022 by Ejenn (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

File sharing with SMB

Add the following lines to the /etc/samba/smb.conf file:

 [sambashare]
   comment= Network Shared Folder by Samba Server on Ubuntu
   path = /media/eric/NAS
   force user = eric
   directory mask = 0775
   force directory mode = 0775
   public = yes
   read only = no
Personal tools