>>
08/04/08(Mon)17:44 No. 1973248 snarfed, then Pasted, from man 9fs: Srv dials the given machine and initializes the connection to serve the 9P protocol. By default, it connects to the `9fs' (9P) service, which for TCP is port 564. It then cre- ates in /srv a file named srvname. Users can then mount (see bind(1)) the service, typically on a name in /n, to access the files provided by the remote machine. If srvname is omitted, the first argument to srv is used. Option m directs srv to mount the service on /n/system or onto mtpt if it is given. Option q suppresses complaints if the /srv file already exists. The a, b, c, C, and n options are used to control the mount flags as in mount (see bind(1)). The e option causes srv to treat system as a shell command to be executed rather than an address to be dialed. The s option causes srv to sleep for the specified number of seconds after establishing the connection before posting and mount- ing it. This is sometimes needed by srvssh.