From ad0e01e75059bedde6400529f1a5193ef9735e9b Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 25 Oct 2002 15:15:32 +0000 Subject: sync from HEAD (This used to be commit 2eb7f0acd761a11bb0f24010347247074c5ed49a) --- docs/faq/Samba-Server-FAQ-1.html | 77 ---------------------------------------- 1 file changed, 77 deletions(-) delete mode 100644 docs/faq/Samba-Server-FAQ-1.html (limited to 'docs/faq/Samba-Server-FAQ-1.html') diff --git a/docs/faq/Samba-Server-FAQ-1.html b/docs/faq/Samba-Server-FAQ-1.html deleted file mode 100644 index 0bf7f04610..0000000000 --- a/docs/faq/Samba-Server-FAQ-1.html +++ /dev/null @@ -1,77 +0,0 @@ - - - Samba Server FAQ: What is Samba? - - -Previous -Next -Table of Contents -
-

1. What is Samba?

- -

- -

-

See the -meta FAQ introduction if you don't have any idea what Samba does.

-

Samba has many features that are not supported in other CIFS and SMB -implementations, all of which are commercial. It approaches some -problems from a different angle.

-

Some of its features include: -

-

-

Look at the -manual pages included with the package for a full list of -features. The components of the suite are (in summary):

-

-

- -
smbd

the SMB server. This handles actual connections from clients, -doing all the interfacing with the -authentication database for file, permission and username work.

- -
nmbd

the NetBIOS name server, which helps clients locate servers, -maintaining the -authentication database doing the browsing work and managing -domains as this capability is being built into Samba.

- -
smbclient

the scriptable commandline SMB client program. -Useful for automated work, printer filters and testing purposes. It is -more CIFS-compliant than most commercial implementations. Note that this -is not a filesystem. The Samba team does not supply a network filesystem -driver, although the smbfs filesystem for Linux is derived from -smbclient code.

- -
smbrun

a little 'glue' program to help the server run -external programs.

- -
testprns

a program to test server access to printers

- -
testparms

a program to test the Samba configuration file -for correctness

- -
smb.conf

the Samba configuration file

- -
examples

many examples have been put together for the different -operating systems that Samba supports.

- -
Documentation!

DON'T neglect to read it - you will save a great -deal of time!

- -
-

- -
-Previous -Next -Table of Contents - - -- cgit