| srv, 9fs \- start network file service |
| dials the given address and initializes the connection to serve the 9P protocol. |
| It then posts the resulting connection in the current name space |
| to post a pre-authenticated connection to the file system |
| (by default, the empty string; |
| to reject authentication attempts by clients, |
| useful if the remote server is known not to require authentication. |
| authenticates over the 9P connection to establish a valid auth fid. |
| if specified, is used to select the key used for authentication. |
| Client attach requests are rewritten to use the specified |
| necessary to make available the files of |
| recognizes some special names, |
| .I sources.cs.bell-labs.com |
| script; examine it to see what local conventions apply. |
| List the root directory on |
| Mount a remote file server |
| on Linux using the kernel 9P mount driver, |
| srv -a sources.cs.bell-labs.com sources |
| sudo mount -t 9P -o user=$USER,uid=`id -u`,gid=`id -g`,proto=unix |
| `namespace`/sources /n/sources |