NFS mount detection

Hi,

I have a handy script in Linux, part of which checks for the presence of nfs mounts, using the information in /proc/mounts.

Is there a suitable command or file in AIX that could be used in a similar way?

Many thanks in advance

df| grep :
nfsstat -m
lsnfsmnt
1 Like