Provided by: manpages-zh_1.6.4.0-1_all bug

NAME

       smbd - 向客戶提供SMB/CIFS服務的伺服器

總覽 SYNOPSIS

       smbd  [-D]  [-F]  [-S]  [-i] [-h] [-V] [-b] [-d <debug level>] [-l <log directory>][-p <port number>] [-O
       <socket option>] [-s <configuration file>]

描述 DESCRIPTION

       此程式是Samba(7) 套件的一部分。

       smbd 是向Windows客戶機提供檔案共享和列印服務的伺服器程序。該伺服器用SMB(或CIFS)協議向客戶提供檔案存放空間
       和列印服務。它與LanManager協議相容並能向使用此協議的客戶提供服務。這些客戶端包括MSCLIENT     3.0      for
       DOS,Windows  for  Workgroups,Windows  95/98/ME,Windows  NT,Windows  2000,  OS/2,DAVE  for Macintosh,
       和smbfs for Linux。

       用來控制服務屬性的配置檔案的手冊頁中對伺服器可提供的服務進行了詳細的描述(參見 smb.conf (5))。此手冊不描述
       提供的服務但集中講述了對管理伺服器執行等方面的問題描述。

       請注意對伺服器執行有關的非常重要的安全性問題,同時在進行安裝處理前也應該仔細閱讀smb.conf (5)手冊。

       只要有客戶請求就會建立一個對話。對每個對話,每個客戶獲得伺服器的一份複本。在對話期間此複本對所有客戶產生
       的連線進行服務。當來自此客戶的所有連線都關閉時,此客戶的伺服器複本也退出。

       伺服器所包含的配置檔案和其它任何檔案都會在每次更改後自動重新裝入。你可以透過對伺服器傳送一個SIGHUP資訊來
       強制一次重新裝入。重新裝入配置檔案對已建立的任何對服務的連線均無效。要麼使用者必須斷開服務,要麼將smbd程
       序中止並重啟。

選項 OPTIONS

       -D     如果指定此選項,則伺服器以後臺程序方式執行。即,它會分離本身並在後臺執行,在適當的埠上監聽請求。對
              於提供比臨時性的檔案和列印服務更多內容的伺服器,推薦將smbd 以後臺程序方式執行。如果在shell命令列執
              行smbd ,將預設使用這個選項。

       -F     If specified, this parameter causes the main smbd process to not daemonize, i.e.  double-fork  and
              disassociate  with  the  terminal.  Child  processes  are  still created as normal to service each
              connection request, but the main process does not  exit.  This  operation  mode  is  suitable  for
              running  smbd  under  process  supervisors such as supervise and svscan from Daniel J. Bernstein's
              daemontools package, or the AIX process monitor.

       -S     If specified, this parameter causes smbd to log to standard output rather than a file.

       -i     If this parameter is specified it causes the server to run "interactively", not as a daemon,  even
              if  the  server  is  executed  on  the command line of a shell. Setting this parameter negates the
              implicit deamon mode when run from the command line. smbd also logs to standard output, as if  the
              -S parameter had been given.

       -V     列印smbd的版本號。

       -s <configuration file>
              指定的檔案包含了伺服器所需的配置細節。此檔案中的資訊包含如所用的printcap檔案這樣的伺服器詳細資
              訊,同時也對伺服器所提供的服務進行了描述。請參見smb.conf   (5)檔案。預設的配置檔名在軟體包編譯時決
              定。

       -d|--debug=debuglevel
              debuglevel 是一個從0到10的整數。如果沒有指定此引數則預設的值是0。

              如果這個值越高,越多關於伺服器的詳細活動資訊將被記錄到檔案中。在0除錯級時,只記錄緊急錯誤和嚴重警
              告。對於平日的執行服務,1除錯級是個合理的等級,它只產生小量的關於執行操作的資訊。

              1以上的除錯級將產生相當多的記錄資料,並且只在解決問題時才有用。3以上的除錯級只被設計為讓開發者使用
              並會產生極大數量的記錄資料,而且其中很多部分非常難以理解。

              注意在此使用這個引數將越過在smb.conf (5)檔案中的log level引數。

       -l|--logfile=logbasename
              用來記錄/除錯的檔案。會自動為它新增 ".client" 副檔名。客戶端不會將記錄檔案刪除。

       -h|--help
              列印smbd的命令列引數(用法)。

       -b     Prints information about how Samba was built.

       -l <log directory>
              If specified, log directory specifies a log directory into which the "log.smbd" log file  will  be
              created  for  informational  and debug messages from the running server. The log file generated is
              never removed by the server although its size may be controlled by the max log size option in  the
              smb.conf(5)  file. Beware: If the directory specified does not exist, smbd will log to the default
              debug log location defined at compile time.

              The default log directory is specified at compile time.

       -p <port number>
              port number 埠號是個正值整數。如果此選項未指定則預設值為139。

              這個埠號用於從客戶端建立對伺服器的連線。基於TCP上的SMB所用的標準(通常使用的)埠號為139,因此這是預
              設值。如果你希望作為普通使用者而不是root身份執行伺服器的話,多數系統會要求你使用1024以上的埠號   -
              如有此情況請向系統管理員取得幫助。

              為了使更多客戶使用伺服器,而又在139以外的埠進行配置,則你需要在埠139上進行埠重定
              向,在rfc1002.txt的4.3.5部分有詳細的描述。

              除上述情況以外,此選項通常不用。

檔案 FILES

       /etc/inetd.conf
              如果透過inetd 超級程序來執行伺服器,則此檔案必須含有適當的啟動資訊。

       /etc/rc
              (或其它你的系統所用的初始化指令碼)。

              如果在啟動時以後臺程序模式執行伺服器,則此檔案須包含適當的伺服器啟動次序。

       /etc/services
              如果透過inetd超級程序來執行伺服器,則此檔案必須包含一份服務埠(如139)和協議型別(如tcp)與對應的服務
              名(如netbios-ssn)的對映。

       /usr/local/samba/lib/smb.conf
              預設的伺服器配置檔案                         smb.conf(5)的存放位置。系統安裝此檔案的其它通常位置為
              /usr/samba/lib/smb.conf/etc/samba/smb.conf。

              此檔案描述了客戶可獲得的服務項的情況。參見smb.conf(5)獲得更多情況。

限制 LIMITATIONS

       在有些系統上,smbd無法在一次setuid()呼叫以後把uid返回到root。這樣的系統稱為“陷門”(trapdoor)uid系統。如果
       你使用這樣的系統,將無法同時在一個客戶端(如一臺PC機)以兩個不同的使用者身份進行連線。試圖連線第二個使用者
       將得到“訪問被拒”或類似的結果。

環境變數 ENVIRONMENT VARIABLES

       PRINTER
              如果對可列印服務沒有指定列印名稱,多數系統將使用此變數(如果未定義此變數則用lp  )的值作為可用印表機
              的名稱。但並不是伺服器特定的。

PAM INTERACTION

       Samba  uses  PAM  for authentication (when presented with a plaintext password), for account checking (is
       this account disabled?) and for session management. The degree too which samba supports PAM is restricted
       by the limitations of the SMB protocol and the obey pam restrictions  smb.conf(5) paramater. When this is
       set, the following restrictions apply:

       •  Account Validation: All accesses to a samba server are checked against PAM to see if  the  account  is
          vaild, not disabled and is permitted to login at this time. This also applies to encrypted logins.

       •  Session  Management:  When not using share level secuirty, users must pass PAM's session checks before
          access is granted. Note however, that this is bypassed in share level secuirty. Note  also  that  some
          older pam configuration files may need a line added for session support.

版本 VERSION

       此手冊頁是針對samba套件版本3.0的。

診斷 DIAGNOSTICS

       通常情況下診斷資訊都記錄到指定好的記錄檔案中。這個檔案的名稱是在編譯時指定的,但也可以用命令列來指定。

       使用者可以得到的診斷資訊的數量和種類取決於使用者執行客戶端程式時所用的除錯等級。如果你發現有問題的話,把
       除錯級設到3並詳細閱讀記錄檔案裡的內容。

       很多資訊都無須加以說明。不幸的是,在寫手冊頁時,原始碼中有著太多的診斷資訊,它們保證了對每種情況都加以描
       述,卻無法寫入文件。在此時,你最好還是用grep查詢原始碼並檢查引起診斷資訊的條件。

訊號 SIGNALS

smbd傳送一個SIGHUP訊號可以使它在一個很短時間內重新裝入smb.conf配置檔案。

       我們   推薦你使用SIGKILL (-9)來終止smbd程序除非這是最後的方法,因為這樣做可能導致名字資料庫不一致。正確
       的方法是傳送SIGTERM (-15)訊號並等待程式自行結束。

       另外,smbd程式的除錯記錄等級也可以透過smbcontrol(1)       調高或者調低。(向程式傳送一個SIGUSR1或SIGUSR2訊
       號(kill  -USR2 <nmbd-pid>)的方法在Samba2.2 中已經不再使用。) 透過使用這樣的方法可以診斷一些暫時的問題,同
       時仍然可以在一個正常的並且較低的記錄等級來執行。

       Note that as the signal handlers send a debug write, they are not re-entrant in  smbd.  This  you  should
       wait  untilsmbd  is in a state of waiting for an incoming SMB before issuing them. It is possible to make
       the signal handlers safe by un-blocking the signals before the select call and  re-blocking  them  after,
       however this would affect performance.

參見 SEE ALSO

       hosts_access(5), inetd(8), nmbd(8), smb.conf(5), smbclient(1), testparm(1), testprns(1), 還有網際網路草案
       rfc1001.txt, rfc1002.txt. 另外,CIFS (從前的 SMB) 規約可以在 http://samba.org/cifs/網頁上找到連結。

作者 AUTHOR

       samba軟體和相關工具最初由Andrew Tridgell建立。samba現在由Samba Team 作為開源軟體來發展,類似linux核心的開
       發方式。

       最初的samba手冊頁是     Karl     Auer寫的。     手冊頁原始碼已經轉換為YODL格式(另一種很好的開源軟體,可以
       在ftp://ftp.ice.rug.nl/pub/unix找到),由Jeremy Sllison 更新到Samba2.0 版本。 Gerald Carter 在Samba2.2中將
       它轉化為DocBook 格式。 Alexander Bokovoy 在Samba 3.0中實現了DocBook XML4.2 格式的轉換。

[中文版維護人]

       meaculpa <meaculpa@21cn.com>

[中文版最新更新]

       2000/12/08

《中國linux論壇man手冊頁翻譯計劃》:

       http://cmpp.linuxforum.net

       本頁面中文版由中文 man 手冊頁計劃提供。
       中文 man 手冊頁計劃:https://github.com/man-pages-zh/manpages-zh

                                                                                                         SMBD(8)