4.3BSD-UWisc/man/cat8/rpcinfo.8
RPCINFO(8) UNIX Programmer's Manual RPCINFO(8)
NAME
rpcinfo - report RPC information
SYNOPSIS
rpcinfo -p [ host ]
rpcinfo -u host program-number [ version-number ]
rpcinfo -t host program-number [ version-number ]
DESCRIPTION
_R_p_c_i_n_f_o makes an RPC call to an RPC server and reports what
it finds.
OPTIONS
-p Probe the portmapper on _h_o_s_t, and print a list of all
registered RPC programs. If _h_o_s_t is not specified, it
defaults to the value returned by _h_o_s_t_n_a_m_e(1).
-u Make an RPC call to procedure 0 of _p_r_o_g_r_a_m-_n_u_m_b_e_r using
UDP, and report whether a response was received.
-t Make an RPC call to procedure 0 of _p_r_o_g_r_a_m-_n_u_m_b_e_r using
TCP, and report whether a response was received.
The _p_r_o_g_r_a_m-_n_u_m_b_e_r argument can be either a name or a
number. If no version is given, it defaults to 1.
FILES
/etc/rpc names for rpc program numbers
SEE ALSO
_R_P_C _P_r_o_g_r_a_m_m_i_n_g _G_u_i_d_e, rpc(5), portmap(8)
Printed 12/27/86 1 February 1985 1