Configuring Samba

For samba to properly operate, you must create a samba configuration file. One is not installed by default, it must be created by hand. There are several hundred possible options which be used, all of them documented in the smb.conf man page (also available online at www.samba.org).

The samba configuration file defines a set of options on a global and share basis. The basic layout is:

[global]
   ; this is a comment
   # also a comment
   options...

[share]
   options

The words in brackets are share names. There are three special share names which you should be aware of.