151k views
4 votes
Enumeration is defined as the process of extracting user names, machine names, network resources, shares, and services from a system. Which of the following command can be used in UNIX environment to enumerate the shared directories on a machine?

showmount
finger
rpcinfo
rpcclient

1 Answer

5 votes

Answer:

showmount.

Step-by-step explanation:

showmount is the command used to enumerate shared directories on a machine.It can be used in Unix environment.

showmount:- It queries mount daemon on remote host to take the information of the state of NFS server on the machine. showmount displays the all of clients that are mounting from that host.

User Paul Michaels
by
5.1k points