How to install Samba on Xubuntu 12.10
This Xubuntu 12.10 tutorial will show you how to install Samba on Xubuntu 12.10. At the end we will have a simple file server using samba on Xubuntu 12.10. Before you go any further, please keep in mind that this is a simple file server which means I do not use domain logon features on Samba. I only use user level authentication that should be sufficient for most SOHO file server.
Most steps on this tutorial done using command line with root privileges.
A. Install Samba on Xubuntu 12.10
Install samba using this command below.
apt-get install samba samba-common
Now check and start samba if it not started.
service smbd status
service smbd start