1 06/20/87 Instance Tags
2
3
4 Individual users are identified by a three-component access identifier
5 in the form:
6 Person_id.Project_id.instance_tag The instance tag is a single
7 character used to distinguish different classes of processes.
8
9
10 List of instance tags:
11 a
12 identifies a standard interactive process, i.e., a process created
13 for a user who logged in from a terminal.
14 f
15 signifies file transfer login.
16 g
17 is used by gtss for relatively odd ACLES that it creates.
18 m
19 identifies an absentee process, i.e., noninteractive processes
20 created by the system in response to queued user requests.
21 n
22 signifies network access.
23 o
24 identifies the operator.
25
26 p
27 identifies a process entered as a proxy by some user other than the
28 name indicated by the Person_id.Project_id.
29 T
30 the Idle.SysContrl.T uses "T" to equal a, b,....h processor tags.
31 z
32 is used for certain system processes, i.e., one that runs a line
33 printer.
34
35
36
37
38
39
40