1INTRO(1) General Commands Manual INTRO(1)
2
3
4
6 intro - introduction to commands
7
9 This section describes publicly accessible commands in alphabetic
10 order. Certain distinctions of purpose are made in the headings:
11
12 (1) Commands of general utility.
13
14 (1C) Commands for communication with other systems.
15
16 (1G) Commands used primarily for graphics and computer-aided design.
17
18 (1M) Commands used primarily for system maintenance.
19
20 The word `local' at the foot of a page means that the command is not
21 intended for general distribution.
22
25 Section (6) for computer games.
26
27 How to get started, in the Introduction.
28
30 Upon termination each command returns two bytes of status, one supplied
31 by the system giving the cause for termination, and (in the case of
32 `normal' termination) one supplied by the program, see wait and
33 exit(2). The former byte is 0 for normal termination, the latter is
34 customarily 0 for successful execution, nonzero to indicate troubles
35 such as erroneous parameters, bad or inaccessible data, or other
36 inability to cope with the task at hand. It is called variously `exit
37 code', `exit status' or `return code', and is described only where spe‐
38 cial conventions are involved.
39
40
41
42 INTRO(1)