[925] in bugtraq
Re: nfsbug, bugs
daemon@ATHENA.MIT.EDU (jsz)
Mon Feb 6 23:48:04 1995
From: jsz@ramon.bgu.ac.il (jsz)
To: martha@sol.nstl.gov (Martha Lanatte)
Date: Tue, 7 Feb 1995 05:19:49 +0200 (IST)
Cc: newsham@aloha.net, martha@sol.nstl.gov, bugtraq@fc.net
In-Reply-To: <9502062143.AA15493@sol.nstl.gov> from "Martha Lanatte" at Feb 6, 95 03:43:23 pm
>
> > How can you use the filehandle? You could stick it in a variable
> > and pass it off to nfs to request operations be done on the file
> > associated with the handle.
>
When mount requests is implemented, rpc.mountd verifies whether or not
the request is legitimate, if it finds it legitimate, it bypasses to the
client the unique NFS "file handle" [ on SunOS 4.X you can run "showfhd"
to translate the "file handle" into Unix pathname ] and having the "filehandle",
client *can* talk to nfsd.
[jsz@ramon.bgu.ac.il]