getent

From Wikipedia, the free encyclopedia


getent is a unix command that helps a user get entry in a number of important text files called databases. The databases it searches in are: passwd, group, hosts, services, protocols, or networks.

The general syntax is:

   getent database [key ...]

Thorsten Kukuk wrote the getent utility for the GNU C library

[edit] External links