1. Video

  2. Links

  3. Steps

  4. Update your System

  5. Install Samba Server

  6. Create a Share

  7. Testing the Server

  8. Finish

Video

Hi all, in this video i will show how to install Samba Server on Linux Mint 20.2.

I hope you enjoy!

Links

  1. Linux Mint

Steps

#1. Update your System

$ sudo apt update
$ sudo apt upgrade

#2. Install Samba Server

$ sudo aptt install samba
$ sudo systemctl enable --now smbd
$ sudo systemctl status smbd
$ sudo ufw allow samba
$ sudo usermod -aG sambashare $USER
$ groups $USER
$ sudo smbpasswd -a $USER

#3. Create a Share

Follow the video.

$ ifconfig

Get the server ip add

#4. Testing the Server

Folow the video…

$ smbclient -L \\localhost

#5. Finish