Client library for NIS and NIS+ network information services.
Public client interface for NIS(YP) and NIS+
$ ldconfig -p | grep libnsl
$ ypwhich
$ getent passwd username
$ getent hosts hostname
$ gcc -o myapp myapp.c -lnsl