In all of the tests, it is assumed you have a Samba server called
BIGSERVER and a PC called ACLIENT, both in workgroup TESTGROUP.
The procedure is similar for other types of clients.
It is also assumed you know the name of an available share in your
smb.conf . I for our examples this share is called
tmp
.
You can add a
tmp
share like this by adding the
lines shown in
the next example.
Example37.1.smb.conf with [tmp] Share
|
[tmp]
|
comment = temporary files
|
path = /tmp
|
read only = yes
|
|