NAME
execnet – network interface to program execution |
SYNOPSIS
execnet [ –n name ] [ netdir ] |
DESCRIPTION
Execnet presents a network protocol directory (see, for example,
ip(3)) called netdir/name (default /net/exec).
Once the protocol directory exists, dialing (see dial(2)) strings
of the form name!cmd will connect to a newly executed instance
of cmd. |
EXAMPLE
Execnet can be used to connect to instances of u9fs(4) running
on other hosts:
|
SOURCE
/sys/src/cmd/execnet |
SEE ALSO
dial(2), ip(3), u9fs(4) |
BUGS
Almost certainly: execnet has only been tested as in the example
shown. |