April 2018
Beginner
552 pages
13h 58m
English
First, we need to install samba, a piece of software that handles folder sharing in a format that is compatible with Windows sharing methods:
sudo apt-get update sudo apt-get install samba
The install will require around 20 MB of space and take a few minutes.
sudo cp /etc/samba/smb.conf /etc/samba/smb.conf.backup sudo nano /etc/samba/smb.conf
Scroll down and find the section named Authentication; change the # security = user line to security = user.
As described in the file, this setting ensures that ...