etcnsswitchconf
etcnsswitchconf refers to the configuration used by the Name Service Switch (NSS) on Unix-like systems, most commonly the file /etc/nsswitch.conf. This file instructs the system how to resolve various databases, such as user accounts, hostnames, and other networked resources, by defining the order and sources to consult.
The file consists of lines that pair a database name with an ordered list of sources. Each
Common databases configured in nsswitch.conf include passwd, group, and shadow for user information; hosts for hostname
Utilities such as getent query the NSS databases defined in this file. NSS caching daemons like nscd