|
|
1.1 root 1:
2:
3: execl() COHERENT System Call execl()
4:
5:
6:
7:
8: Execute a load module
9:
10: eexxeeccll(_f_i_l_e, _a_r_g_1, ..., _a_r_g_n, NNUULLLL)
11: cchhaarr *_f_i_l_e, *_a_r_g_1, ..., *_a_r_g_n;
12:
13: The COHERENT system includes six system calls that allow a
14: process to execute another executable file. execl specifies ar-
15: guments individually, as a NULL-terminated list of arg
16: parameters. For more information on file execution, see execu-
17: tion.
18:
19: ***** See Also *****
20:
21: COHERENT system calls, execution, getuid()
22:
23: ***** Diagnostics *****
24:
25: execl does not return if successful. It returns -1 for errors,
26: such as file being nonexistent, not accessible with execute per-
27: mission, having a bad format, or too large to fit in memory.
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64: COHERENT Lexicon Page 1
65:
66:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.