Samba is a free software re-implementation of SMB/CIFS networking protocol, originally developed by Australian Andrew Tridgell. Samba is released under the GNU General Public License. The name Samba comes from SMB (Server Message Block), the name of the standard protocol used by the Microsoft Windows network file system.
I am posting some basic steps below on how to implement a simple samba server using slackware linux with IP address 192.168.0.5 for linux newbies out there:
STEP 1: Download and unpack the Samba source codes
#cd /usr/local/
#wget_http://mirrors.dotsrc.org/samba/samba-3.2.0.tar.gz
#tar -xzvf samba-3.2.0.tar.gz
STEP 2: Compile and install Samba
#cd samba-3.2.0/source
#./configure
#make
#make install
STEP 3: Configure Samba
#cd /etc/samba
#pico smb.conf (or use your favorite text editor like vim)
Copy and paste the sample config below:
[global]
workgroup = lintekfileserver
server string = akalainmonglinuxto
security = user
log file = /var/log/samba.%m
load printers = yes
max log size = 100
socket options = TCP_NODELAY[home]
comment = Home Directory
path = /home/lintek/
valid users = lintek
writable = yes
STEP 4: Add a samba user and set the password
Make user you have an existing linux user named lintek (based on the configuration above), if you don’t have then you can use the command below:
#adduser lintek
NOTE: Make sure that lintek user’s home directory is /home/lintek
#smbpasswd -a lintek
New SMB Password:
Retype new SMB Password:
STEP 5: Start the server
#chmod 755 /etc/rc.d/rc.samba
#/etc/rc.d/rc.samba start
Starting Samba: /usr/sbin/smbd -D
/usr/sbin/nmbd -D
STEP 5: Mount SMB share from another Linux Machine
#mount -t smbfs -o username=lintek,password=lintektalaga //192.168.0.5/lintek /mnt/lintek
CONGRATULATIONS! You have successfully created a very simple samba server.
Popularity: 7% [?]
| 2.5 |
At the end of 

ShoreTel is a leading provider of Pure IP Unified Communications solutions and known for exceptional customer satisfaction. The company has been named the Best Best Overall VoIP Provider for fifth year in a row in the annual Nemertes PilotHouse Awards for Unified Communications & Collaboration.



































