According to the Samba project web site, Samba is an open source/free software suite that provides seamless file and print services to SMB/CIFS clients.
According to the Samba p...
There are circumstances where you wish to have a script run automatically when you log in to Ubuntu Desktop. Such a script can configure various user-specific or system-wide se...
Install Samba:
sudo apt-get install samba
sudo apt-get install smbfs
Setup
cd /
sudo mkdir data
chmod 777 data
Open file: /etc/samba/smb.conf, search “; security = user”, cha...