How To Install Rpcinfo?

How To Install Rpcinfo?

rpcinfo

Makes an RPC call to an RPC server and reports what it finds.

Maintainer: Anibal Monsalve Salazar



Section: net

Install rpcinfo

  • Debian apt-get install rpcbind Click to copy
  • Ubuntu apt-get install rpcbind Click to copy
  • Alpine OS apk add rpcbind Click to copy
  • Arch Linux pacman -S rpcbind Click to copy
  • Kali Linux apt-get install rpcbind Click to copy
  • CentOS yum install rpcbind Click to copy
  • Fedora dnf install rpcbind Click to copy
  • Raspbian apt-get install rpcbind Click to copy

Makes an RPC call to an RPC server and reports what it finds.

How to use rpcinfo?

Below are few example commands for rpcinfo that you can use in the terminal.

Show full table of all RPC services registered on localhost:
rpcinfoClick to copy
Show concise table of all RPC services registered on localhost:
rpcinfo -s localhostClick to copy
Display table of statistics of rpcbind operations on localhost:
rpcinfo -mClick to copy
Display list of entries of given service name (mountd) and version number (2) on a remote nfs share:
rpcinfo -l remote_nfs_server_ip mountd 2Click to copy
Delete the registration for version 1 of the mountd service for all transports:
rpcinfo -d mountd 1Click to copy
To install the latest version of rpcinfo in your favorite operating system just copy the rpcinfo installation command from above and paste it into terminal. It will download and install the latest version of rpcinfo 2024 package in your OS.