Tuesday, July 13, 2021

Just trying

As usual I haven't set up Samba for awhile an can't get it to work. 

lsb_release -a
sudo apt install samba
whereis samba
mkdir /home/george/sambashare
nano /etc/samba/smb.conf
[sambashare]
comment = Samba on 
path = /home/george/sambashare
writeable = yes
browseable = yes
public = yes or no
create mask = 0664
directory mask = 0755
force user = george

adduser --system george 
chown -R george /home/george/sambashare
smbpasswd -a george

sudo smbd restart

chmod 777 may not need is above done

Curl, Wget, Winget & Powershell Install or Download Commands

After the mess I made in previous posts this summary might be useful.     Thanks PatchMyPC, the great and powerful program downloader and up...