• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • VCS
  • Interview Questions
  • Database
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

rpcinfo Command Examples in Linux

by Deepika

rpcinfo is a command-line utility that allows users to make Remote Procedure Call (RPC) calls to RPC servers and report information about the services they provide. RPC is a protocol used for communication between client and server processes on a network.

Here are some of the main features of rpcinfo:

  • Make RPC calls: rpcinfo allows users to make RPC calls to remote servers and report information about the services they provide.
  • Querying remote services: rpcinfo can be used to query a remote server to determine which RPC services it provides, and to report information about those services, such as their version numbers, transport protocols, and endpoints.
  • Troubleshooting: rpcinfo can be used to troubleshoot RPC-related issues by verifying that RPC services are running and that clients can connect to them.
  • Simple and powerful: rpcinfo is a simple yet powerful tool that can provide valuable information about RPC services on a network.

rpcinfo Command Examples

1. Show full table of all RPC services registered on localhost:

# rpcinfo

2. Show concise table of all RPC services registered on localhost:

# rpcinfo -s localhost

3. Display table of statistics of rpcbind operations on localhost:

# rpcinfo -m

4. 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 2

5. Delete the registration for version 1 of the mountd service for all transports:

# rpcinfo -d mountd 1

Summary

Overall, rpcinfo is a useful tool for system administrators and developers who need to work with RPC services on a network. Its ability to make RPC calls, query remote services, and report information about those services makes it a versatile tool that can be used in a variety of applications.

Filed Under: Linux

Some more articles you might also be interested in …

  1. lrunzip: command not found
  2. “sudo: /etc/sudoers is world writable” – How to correct the permissions of sudoers file
  3. kubectx Command Examples
  4. crontab error : “You (user) are not allowed to access to (crontab) because of pam configuration.”
  5. e2undo: command not found
  6. ani-cli – A cli to browse and watch anime (Command Examples)
  7. dpkg-query: command not found
  8. Linux OS Service ‘httpd’
  9. CentOS / RHEL 6 : How to setup yum repository using locally mounted DVD
  10. bmaptool Command Examples (Create or copy block maps intelligently)

You May Also Like

Primary Sidebar

Recent Posts

  • Vanilla OS 2 Released: A New Era for Linux Enthusiasts
  • mk Command Examples
  • mixxx Command Examples
  • mix Command Examples

© 2025 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright