1

I tried

#rpcinfo 

but I don't get any useful informations. In fedora it's enabled by default, but it's not the same in ubuntu.

How can I make it work on Ubuntu?

1 Answers1

5

Install package rpcbind using this command:

sudo apt-get install rpcbind

After that rpcinfo is available.