To find out NFS clients connected to an NFS server in Linux or Unix, you can use the following command:
showmount -e nfs-server-hostname
Replace “nfs-server-hostname” with the actual hostname or IP address of the NFS server. The output of this command will show a list of all the NFS clients that are currently connected to the server.