srvfs name dir
The -a option instructs exportfs to authenticate the user, usually because it is being invoked from a remote machine.
The -n option disallows export to user none .
The -c options specifies a network control file onto which exportfs will push the fcall line discipline. This option is intended for networks that do not preserve read/write boundaries.
The cpu command uses exportfs to serve device files in the terminal. The import (4) command calls exportfs on a remote machine, permitting users to access arbitrary pieces of name space on other systems.
Srvfs uses exportfs to create a mountable file system from a name space: a subsequent mount (see bind (1)) of /srv/ name will reproduce the name space rooted at dir . One might use srvfs to enable mounting of an FTP file system (see ftpfs (4)) in several windows.