.\" -*- nroff -*- .\" Copyright (c) 1999, 2000 SuSE GambH Nuernberg, Germany .\" Author: Thorsten Kukuk .\" .\" This program is free software; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of the .\" License, or (at your option) any later version. .\" .\" This program is distributed in the hope that it will be useful, .\" but WITHOUT ANY WARRANTY; without even the implied warranty of .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU .\" General Public License for more details. .\" .\" You should have received a copy of the GNU General Public .\" License along with this program; see the file COPYING. If not, .\" write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, .\" Boston, MA 02111-1307, USA. .\" .TH nscd.conf 5 1999-10 "GNU C Library" .SH NAME /etc/nscd.conf - 域名服務快取守護程序配置檔案 .SH "描述 DESCRIPTION" 該檔案 .B /etc/nscd.conf 在啟動 .BR nscd (8) 時讀入。每一行或者指定一個屬性和值,或者指定一個屬性、服務和一個值。域之間透過 空格或者TAB分開。`#'表示註釋的開始;在該字元之後到行的末尾將不會被nscd解釋。 有效服務為passwd,group或者hosts。 .B logfile .I debug-file-name .RS 指定除錯資訊寫入的檔名。 .RE .B debug-level .I value .RS 設定希望的除錯級別。 .RE .B threads .I number .RS 這是啟動的等待請求的執行緒數。最少將建立5個執行緒。 .RE .B server-user .I user .RS 如果設定了該選項,nscd將作為該使用者執行,而不是作為root。如果每個使用者都使用一個 單獨的快取(-S引數),將忽略該選項。 .RE .B enable-cache .I service .I .RS 啟用或禁用制定的 .I 服務 快取。 .RE .B positive-time-to-live .I service .I value .RS 設定 .IR service 在指定快取中正的專案(成功的請求)的TTL(存活時間)。 .I Value 以秒為單位。較大的值將增加快取命中率從而減低平均響應時間,但是將增加快取的一致 性問題。 .RE .B negative-time-to-live .I service .I value .RS 設定 .IR service 在指定快取中負的專案(失敗的請求)的TTL(存活時間)。 .I Value 以秒為單位。如果存在由不在系統資料庫中的uid(使用者ID)(例如在以root身份解包linux 核心原始碼時)所擁有的檔案將明顯改善效能;應該維持較小的值以降低快取一致性問題。 .RE .B suggested-size .I service .I value .RS 這是內部散列表的大小, .I value 應該保持一個素數以達到最佳化效果。 .RE .B check-files .I service .I .RS 啟用或禁用檢查屬於指定 .I 服務 的檔案的改變。這些檔案是 .IR /etc/passwd, .IR /etc/group, 以及 .IR /etc/hosts。 .RE .SH "參見" .BR nscd (8) .SH "作者" .B nscd 由Thorsten Kukuk和Ulrich Drepper完成。 .SH "[中文版維護人]" .B 梁萌 .SH "[中文版最新更新]" .BR 2002/5/18 .SH "[中國linux論壇man手冊頁翻譯計劃]" .BI http://cmpp.linuxforum.net .SH "跋" .br 本頁面中文版由中文 man 手冊頁計劃提供。 .br 中文 man 手冊頁計劃:\fBhttps://github.com/man-pages-zh/manpages-zh\fR