From adc93f6097615f16d57e8a24a256302f2144ec4e Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 14 Jan 2005 17:37:50 +0000 Subject: cut out the html - they're going to cause diffing problems. --- man/man4/import.html | 107 --------------------------------------------------- 1 file changed, 107 deletions(-) delete mode 100644 man/man4/import.html (limited to 'man/man4/import.html') diff --git a/man/man4/import.html b/man/man4/import.html deleted file mode 100644 index e0eca5cb..00000000 --- a/man/man4/import.html +++ /dev/null @@ -1,107 +0,0 @@ - -import(4) - Plan 9 from User Space - - - - -
-
-
IMPORT(4)IMPORT(4) -
-
-

NAME
- -
- - import – import 9P resources from another system
- -
-

SYNOPSIS
- -
- - import [ −df ] [ −n ns ] [ −p prog ] [ −s service ] system
-
-
-

DESCRIPTION
- -
- - Import presents the 9P service service (default plumb) running - on system as a service on the local system, in the current name - space. -
- - The −n option sets the remote name space directory where import - should expect to find service. If it is not specified, import - uses name of the local system’s name space directory. (Since name - space directories are conventionally inside /tmp, the path have - different meanings on the two systems.) -
- - Import connects to system using ssh(1). It invokes import on the - remote system to carry out the remote side of the protocol. The - −p option specifies the path to import on the remote system, in - case it is not in the system search path. -
- - The −d option turns on debugging. The −f option keeps import from - forking itself into the background, also useful for debugging.
- -
-

EXAMPLE
- -
- - Suppose you run sam −r to the CPU server anna. Sam wants to talk - to a plumber on the local terminal, but the file names will refer - to files on anna. -
- - To fix this problem, create a new name space directory and start - a new plumber on anna:
- -
- - remotens=/tmp/ns.`whoami`.on.`hostname`
- ssh anna mkdir $remotens
- ssh anna NAMESPACE=$remotens plumber
-
Now import that plumber to the local name space before starting - sam and 9term:
- NAMESPACE=/tmp/ns.anna
- mkdir $NAMESPACE
- import −n $remotens −s plumb anna
- sam &
- 9term ssh anna &
-
-
- -
-

SOURCE
- -
- - /usr/local/plan9/src/cmd/import.c
-
-
-

SEE ALSO
- -
- - 9pserve(4), intro(4)
- -
- -

-
-
- - -
-
-
-Space Glenda -
-
- - -- cgit v1.2.3