Computer Science - Linux - Discussion

Discussion Forum : Linux - Section 1 (Q.No. 38)
38.
Which of the following command is used to see the services running in NFS server?
rpcinfo
serverinfo
NFSinfo
infserv
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Mukul said:   1 decade ago
Rpcinfo is a shell command that reports current RPC registration information known to rpcbind (and can be used, by administrators, to delete registrations). Rpcinfo can be used to find all the RPC services registered on a specified host and to report their universal addresses and the transports for which they are registered. It can also be used to call (ping) a specific version of a specific program on a specific host using a TCP or UDP transport, and to report whether a response is received.

Post your comments here:

Your comments will be displayed after verification.