nfs_getfh(NS) 6 January 1993 nfs_getfh(NS) Name nfs_getfh - get NFS file handle Syntax #include <sys/fs/nfs.h> nfs_getfh(fname, fhp) char *fname; fhandle_t *fhp; Description nfsgetfh returns a file handle for the file, fname. It is only used by the NFS mount daemon and should not be utilized by users. See also mountd(NADM)