Setup installation

From Eric

(Difference between revisions)
Jump to: navigation, search
Ejenn (Talk | contribs)
(Created page with "= 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/...")

Latest revision as of 18:33, 18 June 2022

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