redhat man page for nscd

Query: nscd

OS: redhat

Section: 8

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

nscd(8) 						      System Manager's Manual							   nscd(8)

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, deter- mines the behavior of the cache daemon. See nscd.conf(5). Nscd provides cacheing for the passwd(5), group(5), and hosts(5) databases through standard libc interfaces, such as getpwnam(3), getp- wuid(3), getgrnam(3), getgrgid(3), gethostbyname(3), and others. Each cache has a separate TTL (time-to-live) for its data; modifying the local database (/etc/passwd, and so forth) causes the cache to become invalidated within fifteen seconds. 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 underlaying 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)
AUTHOR
nscd was written by Thorsten Kukuk and Ulrich Drepper. GNU C Library 1999-10 nscd(8)
Related Man Pages
nscd(1m) - x11r4
nscd(1m) - mojave
nscd(1m) - plan9
nscd(1m) - posix
nscd(1m) - bsd
Similar Topics in the Unix Linux Community
network configuration files
Can't able to connect the Server
nscd -F
Path of the DNS Cache file
Configure resolv.conf and nsswitch.conf