How to Install Samba Server on Linux Mint 20.2
Published on: August 11, 2021
Video
Hi all, in this video i will show how to install Samba Server on Linux Mint 20.2.
I hope you enjoy!
Links
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