Skip to main content

How to check NFS hosts connections

server IP = 192.168.1.111

netstat -an | grep 192.168.1.111:2049|awk '{print $5}'|cut -d \: -f1|sort|uniq

To top