rpcinfo Flashcards
-p
Probe the portmapper on host, and print a list of all registered RPC programs. If host is not specified, it defaults to the value returned by hostname(1).
-u
Make an RPC call to procedure 0 of program on the specified host using UDP, and report whether a response was received.
-t
Make an RPC call to procedure 0 of program on the specified host using TCP, and report whether a response was received.
-n
Use portnum as the port number for the -t and -u options instead of the port number given by the portmapper.
-b
Make an RPC broadcast to procedure 0 of the specified program and version using UDP and report all hosts that respond.
-d
Delete registration for the RPC service of the specified program and version. This option can be exercised only by the super-user.