Install Samba command Line
All commands must be done as root (precede each command with ‘sudo’ or use ‘sudo su’). Install Samba sudo apt-get update sudo apt-get install samba Set a password for your user in Samba sudo smbpasswd -a <user_name> Note: Samba uses a separate set of passwords than the standard Linux system accounts (stored in /etc/samba/smbpasswd), so…