How to configure samba shares on a Linux server

Samba shares are used when you want to share data within a local network to a group of people.The first step is to install Samba sudo apt install sambasudo pacman -S samba (arch)sudo smbpasswd -a <username> First create a folder say test in /home/user to test samba shares. It can be done by : mkdir … Continue reading How to configure samba shares on a Linux server

Design a site like this with WordPress.com
Get started