rpcinfo(8nfs) rpcinfo(8nfs)
Name
rpcinfo - report remote procedure call (RPC) information
Syntax
/etc/rpcinfo -p [ host ]
/etc/rpcinfo -u host program-number [ version-number ]
/etc/rpcinfo -t host program-number [ version-number ]
Description
The command makes a remote procedure call (RPC) call to an RPC server and displays its findings based on the specified options. The pro-
gram-number argument can be either a name or a number. If no version is given, it defaults to 1.
Options
-p Probe the portmapper running on host, and print a list of all registered RPC programs. If host is not specified, defaults to the
value returned by either or
-u Make an RPC call to procedure 0 of program-number using the user datagram protocol (UDP), and report whether a response was
received.
-t Make an RPC call to procedure 0 of program-number using the transmission control protocol (TCP), and report whether a response was
received.
Files
Names for RPC program numbers
See Also
hostname(1), tcp(4p), udp(4p), portmap(8nfs)
rpcinfo(8nfs)