TnmInet::TcpServices
?host?
TnmInet::RpcServices
?host?
The TnmInet::TcpServices
command first reads obtains a list of locally known service names and port
numbears.
Afterwards, it tries to establish
a TCP connection to each port number on host.
The command returns a formatted,
human readable list of TCP services where the attempt to establish a connection
was successful.
The TnmInet::RpcServices
command first obtains the list of ONC RPC services registered at the portmapper
on host.
Afterwards, it probes every
listed RPC service by calling RPC procedure 0.
The command returns a formatted,
human readable list of RPC service together with an indication if the call
to procedure 0 was successful.
The output also contains
the time needed to call procedure 0 for those calls that were successful.
|