CONTENT
  • CHANGES
Szukaj
counter

#top rpcinfo


rpcinfo - report RPC information

Powiązane:
exportfs, rpcinfo, showmount,

SYNOPSIS
rpcinfo -p [host]
rpcinfo [-n portnum] -u host program [version]
rpcinfo [-n portnum] -t host program [version]
rpcinfo -b program version
rpcinfo -d program version


DESCRIPTION



OPTIONS
-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 superuser.



EXAMPLES
rpcinfo -p 10.0.0.3
Rezultat:
   program wer. proto   port
    100000    2   tcp    111  portmapper
    100000    2   udp    111  portmapper
    100024    1   udp   4000  status
    100024    1   tcp   4000  status
    100011    1   udp   4003  rquotad
    100011    2   udp   4003  rquotad
    100011    1   tcp   4003  rquotad
    100011    2   tcp   4003  rquotad
    100003    2   udp   2049  nfs
    100003    3   udp   2049  nfs
    100003    4   udp   2049  nfs
    100021    1   udp  50027  nlockmgr
    100021    3   udp  50027  nlockmgr
    100021    4   udp  50027  nlockmgr
    100003    2   tcp   2049  nfs
    100003    3   tcp   2049  nfs
    100003    4   tcp   2049  nfs
    100021    1   tcp  33756  nlockmgr
    100021    3   tcp  33756  nlockmgr
    100021    4   tcp  33756  nlockmgr
    100005    1   udp   4002  mountd
    100005    1   tcp   4002  mountd
    100005    2   udp   4002  mountd
    100005    2   tcp   4002  mountd
    100005    3   udp   4002  mountd
    100005    3   tcp   4002  mountd




Zmodyfikowany ostatnio: 2014/05/15 13:13:22 (9 lat temu), textsize: 2,80 kB, htmlsize: 3,35 kB

Zapraszam do komentowania, zgłaszania sugestii, propozycji, własnych przykładów, ...
Dodaj komentarzKomentarze użytkowników