inodes???

Does anyone know what command I can run to check how many inodes are in use on a specific filesystem. On Data General servers I used to run the df -k command to check the status of the inodes for all file system.s

that's for ufs:
ex:

# df -F ufs -o i
Filesystem             iused   ifree  %iused  Mounted on
/dev/md/dsk/d0         78853 1222395     6%   /
/dev/md/dsk/d4          7638  645930     1%   /var
/dev/md/dsk/d5          6043 1295205     0%   /opt

gP