]> git.lizzy.rs Git - plan9front.git/blob - sys/man/4/execnet
/sys/man/*/*: fix perms (sorry)
[plan9front.git] / sys / man / 4 / execnet
1 .TH EXECNET 4
2 .SH NAME
3 execnet \- network interface to program execution
4 .SH SYNOPSIS
5 .B execnet
6 [
7 .B -n
8 .I name
9 ]
10 [
11 .B netdir
12 ]
13 .SH DESCRIPTION
14 .I Execnet
15 presents a network protocol directory
16 (see, for example,
17 .IR ip (3))
18 called
19 .IB netdir / name
20 (default
21 .BR /net/exec ).
22 .PP
23 Once the protocol directory exists, dialing
24 (see
25 .IR dial (2))
26 strings of
27 the form
28 .IB name ! cmd
29 will connect to a newly executed instance of
30 .IR cmd .
31 .SH SOURCE
32 .B /sys/src/cmd/execnet
33 .SH "SEE ALSO
34 .IR dial (2),
35 .IR ip (3)