Infrastructure,Ubuntu

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 samba

After install, check status and version.

smbd --versionsystemctl status smbdsystemctl status nmbd

Example:

Edit/etc/sam ...