Posts

Showing posts with the label SAMBA

SAMBA

Samba essentially consists of two or three daemons. A daemon is a UNIX application that runs in the background and provides services. An example of a service is the Apache Web server for which the daemon is called  httpd . In the case of Samba there are three daemons, two of which are needed as a minimum. The Samba server is made up of the following daemons: nmbd This daemon handles all name registration and resolution requests. It is the primary vehicle involved in network browsing. It handles all UDP-based protocols. The  nmbd  daemon should be the first command started as part of the Samba startup process. smbd This daemon handles all TCP/IP-based connection services for file- and print-based operations. It also manages local authentication. It should be started immediately following the startup of  nmbd . winbindd This daemon should be started when Samba is a member of a Windows NT4 or ADS domain. It is also needed when Samba has trust relati...