How To Setup Samba on Ubuntu 20.0.4
Install Samba Server on Ubuntu 20.04
Install the Samba from Ubuntu repository with following commands in your Ubuntu terminal.
sudo apt upgradesudo apt install sambaAfter install, check status and version.
smbd --versionsystemctl status smbdsystemctl status nmbdExample:
Edit/etc/sam ...