Forrest logo
back to context overview

rpcinfo

List of commands for rpcinfo:

  • rpcinfo:tldr:208d4 rpcinfo: Show full table of all RPC services registered on localhost.
    $ rpcinfo
    try on your machine
    explain this command
  • rpcinfo:tldr:29486 rpcinfo: Show concise table of all RPC services registered on localhost.
    $ rpcinfo -s ${localhost}
    try on your machine
    explain this command
  • rpcinfo:tldr:5076c rpcinfo: Call a specific program on a remote computer using TCP.
    $ rpcinfo /t ${computer_name} ${program_name}
    try on your machine
    explain this command
  • rpcinfo:tldr:86073 rpcinfo: Delete the registration for version 1 of the mountd service for all transports.
    $ rpcinfo -d ${mountd} ${1}
    try on your machine
    explain this command
  • rpcinfo:tldr:8de10 rpcinfo: List all programs registered on a remote computer.
    $ rpcinfo /p ${computer_name}
    try on your machine
    explain this command
  • rpcinfo:tldr:d05bd rpcinfo: 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}
    try on your machine
    explain this command
  • rpcinfo:tldr:d3d1b rpcinfo: Display table of statistics of rpcbind operations on localhost.
    $ rpcinfo -m
    try on your machine
    explain this command
  • rpcinfo:tldr:f9b05 rpcinfo: Call a specific program on a remote computer using UDP.
    $ rpcinfo /u ${computer_name} ${program_name}
    try on your machine
    explain this command
back to context overview