| import \- import 9P resources from another system |
| as a service on the local system, |
| in the current name space. |
| option sets the remote name space directory |
| uses name of the local system's name space directory. |
| (Since name space directories are conventionally inside |
| the path have different meanings on the two systems.) |
| on the remote system to carry out the remote |
| option specifies the path to |
| on the remote system, in case it is not in the system search path. |
| option turns on debugging. |
| from forking itself into the background, also useful for debugging. |
| wants to talk to a plumber on the local terminal, |
| but the file names will refer to files on |
| To fix this problem, create a new name space directory |
| and start a new plumber on |
| remotens=/tmp/ns.`whoami`.on.`hostname` |
| ssh anna NAMESPACE=$remotens plumber |
| Now import that plumber to the local name space before starting |
| import -n $remotens -s plumb anna |