rpcinfo Flashcards

1
Q

-p

A

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).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

-u

A

Make an RPC call to procedure 0 of program on the specified host using UDP, and report whether a response was received.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

-t

A

Make an RPC call to procedure 0 of program on the specified host using TCP, and report whether a response was received.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

-n

A

Use portnum as the port number for the -t and -u options instead of the port number given by the portmapper.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

-b

A

Make an RPC broadcast to procedure 0 of the specified program and version using UDP and report all hosts that respond.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

-d

A

Delete registration for the RPC service of the specified program and version. This option can be exercised only by the super-user.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly