Getent
- The title of this article is incorrect because of technical limitations. The correct title is getent.
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
Categories: Unix programs