Here is my smb.conf
If someone could help me just get samba running, that would be the best to learn this stuff better

-----------------------------------------
# This is /usr/local/samba/lib/smb.conf
[global]
# workgroup = NT-Domain-Name or Workgroup-Name
workgroup = MSHOME
# server string is the equivalent of the NT Description field
server string = Linux Box
# You may wish to use password encryption. Please read
# ENCRYPTION.txt, Win95.txt and WinNT.txt in the Samba documentation.
# Do not enable this option unless you have read those documents
encrypt passwords = yes
smb passwd file = /usr/local/samba/bin/smbpasswd
[pub]
path = /home/public
browseable = yes
guest ok = yes
read only = no
[homes]
comment = Home Directories
browseable = no
writable = yes
------------------------------------------------------------