GETENT(1) - General Commands Manual # GETENT(1) - General Commands Manual
NAME # getent - get entries from administrative database
SYNOPSIS # getent database [key …]
DESCRIPTION # The getent program retrieves and displays entries from the administrative database specified by database. The order in which entries are looked up is defined by the specific database (for example, the lookup order for the “hosts” database is determined by resolv.conf(5)). The display format for a given database is as per the “traditional” file format for that database.
...
RPC(5) - File Formats Manual # RPC(5) - File Formats Manual
NAME # rpc - rpc program number database
DESCRIPTION # The rpc file contains user readable names that can be used in place of rpc program numbers. Each line has the following information:
name of server for the rpc program
rpc program number
aliases
Items are separated by any number of blanks and/or tab characters.
A hash mark (’#’) indicates the beginning of a comment; subsequent characters up to the end of the line are not interpreted by the routines which search the file.
...
RPCINFO(8) - System Manager’s Manual # RPCINFO(8) - System Manager’s Manual
NAME # rpcinfo - report RPC information
SYNOPSIS # rpcinfo -b program version
rpcinfo -d program version
rpcinfo -p [host]
rpcinfo -s program version port
rpcinfo [-n portnum] -t host program [version]
rpcinfo [-n portnum] -u host program [version]
DESCRIPTION # rpcinfo makes an RPC call to an RPC server and reports what it finds.
The options are as follows:
...