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_programming_language Library_%28computer_science%29|
|