Linux Man Pages

Unix Manual Pages Home

Free Linux Documentation

Manual pages sections
Almost all UNIX operating systems have voluminous documentation known as manual pages. Every page is a document. If one wants to read a page then the command man at a shell prompt will show the manual, for example, "man ftp". Pages are referred by using the notation "name(manual-section)", for example time(1).


Man Page :: Unix Man Pages - nscd
Browse Linux man pages by name. Choose the first letter of the name of the Linux command, function, or file you are interested in:
a|b|c|d|e|f|g|h|i|j|k|l|m|n|o|p|q|r|s|t|u|v|w|x|y|z|_| All


NAME

/usr/sbin/nscd - name service cache daemon

DESCRIPTION

Nscd is a daemon that provides a cache for the most common name service requests. The default configuration file, /etc/nscd.conf , determines the behavior of the cache daemon. See nscd.conf (5).

Nscd provides caching for accesses of the passwd (5) group (5) and hosts (5) databases through standard libc interfaces, such as getpwnam (3) getpwuid (3) getgrnam (3) getgrgid (3) gethostbyname (3) and others.

There are two caches for each database: a positive one for items found, and a negative one for items not found. Each cache has a separate TTL (time-to-live) period for its data. Note that the shadow file is specifically not cached. getspnam (3) calls remain uncached as a result.

OPTIONS

--help will give you a list with all options and what they do.

NOTES

Nscd doesn't know anything about the underlying protocols for a service. This also means, that if you change /etc/resolv.conf for DNS queries, nscd will continue to use the old one if you have configured /etc/nsswitch.conf to use DNS for host lookups. In such a case, you need to restart nscd.

SEE ALSO

nscd.conf (5) nsswitch.conf (5)



Unix / Linux Man Pages
Copyright (C) 2008 istild.com. All Rights Reserved.

Unix / Linux Manual Pages Man Pages Man Pages Online Documentation - Valid CSS!