GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
NSCD(8) FreeBSD System Manager's Manual NSCD(8)

nscd
name service caching daemon

nscd [-dnst] [-i cachename] [-I cachename]

The nscd utility is the system caching daemon. It can cache almost all types of data and is basically intended to be used with the nsswitch subsystem. The cache is actually per-user. This means that each user can work only with the cached data that were cached by themselves, and cannot poison the cache of other users. The nscd utility supports two types of caching:
Type
Description
Common caching
Each cached element is the key+value pair. This type of caching supports policies which are applied when maximum number of cached elements is exceeded. Three policies are available: FIFO (first in - first out), LRU (least recently used) and LFU (least frequently used). This type of caching is used with the getXXXbyname() family of functions.
Multipart caching
Each cached element is the part of the elements sequence. This type of caching is intended to be used with the getXXXent() family of functions.

The nscd utility is able not only to cache elements, but to perform the actual nsswitch lookups by itself. To enable this feature, use the perform-actual-lookups parameter in nscd.conf(5).

The nscd utility recognizes the following runtime options:

Do not daemonize; nscd will not fork or disconnect itself from the terminal.
Single-threaded mode. Forces using only one thread for all processing purposes (it overrides the threads parameter in the nscd.conf(5) file).
Trace mode. All trace messages will be written to stdout. This mode is usually used with -n and -s flags are used for debugging purposes.
cachename
Invalidates personal cache. When specified, nscd acts as the administration tool. It asks the already running nscd to invalidate the specified part of the cache of the calling user. For example, sometimes you may want to invalidate your “hosts” cache. You can specify “all” as the cachename to invalidate your personal cache as a whole. You cannot use this option for the cachename for which the perform-actual-lookups option is enabled.
cachename
Invalidates the cache for every user. When specified, nscd acts as the administration tool. It asks the already running nscd to invalidate the specified part of the cache for every user. You can specify “all” as the cachename to invalidate the whole cache. Only the root can use this option.

/etc/nscd.conf
The default configuration file.

nsdispatch(3), nscd.conf(5), nsswitch.conf(5)

Michael Bushkov <bushman@FreeBSD.org>
October 5, 2018 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.