nscd
GNU C Library: Name Service Cache Daemon
Install
- All systems
-
curl cmd.cat/nscd.sh
- Debian
-
apt-get install nscd
- Ubuntu
-
apt-get install nscd
- Arch Linux
-
pacman -S nscd
- Kali Linux
-
apt-get install nscd
- CentOS
-
yum install nscd
- Fedora
-
dnf install nscd
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install nscd
- Raspbian
-
apt-get install nscd
- Dockerfile
- dockerfile.run/nscd
nscd
GNU C Library: Name Service Cache Daemon
A daemon which handles passwd, group and host lookups for running programs and caches the results for the next query. You should install this package only if you use slow services like LDAP, NIS or NIS+.
unscd
Micro Name Service Caching Daemon
A daemon which handles passwd, group and host lookups for running programs and caches the results for the next query. You only need this package if you are using slow Name Services like LDAP, NIS or NIS+. This particular NSCD is a complete rewrite of the GNU glibc nscd which is a single threaded server process which offloads all NSS lookups to worker children; cache hits are handled by the parent, and only cache misses start worker children, making the parent immune to resource leaks, hangs, and crashes in NSS libraries. It should mostly be a drop-in replacement for existing installs using nscd.