rpcbind
Updated: September 28, 2024
TCP PORT 111 - default port for rpcbind server.
RPC (remote procedure call) allos a client program to call functions that execute on a remote server.
Each remote server program is assigned a program number. RPC uses the transport layer (TCP UDP) to communicate with the server. The server is called rpcbind. RPC remains useful since it is used by NFS (network file system) and NIS (network information system). There are others like FAM (file access monitor) which is used by GNOME.
Table of Contents
tldr
rpcinfo -p localhost # list all rpc services running
ARGUMENTS
-t # TCP
-u # UDP