1 03/13/84  change_kst_attributes
 2 
 3 Syntax:  change_kst_attributes {-control_arg} target attributes
 4 
 5 
 6 Function:  allows you to change selected per-process attributes of a
 7 segment.
 8 
 9 
10 Arguments:
11 target
12    specifies the segment whose known segment table (KST) attributes are
13    to be changed.  Either a relative pathname or an octal segment
14    number can be supplied.
15 attributes
16    are per-process attributes of a segment.  See "List of attributes"
17    below.
18 
19 
20 Control arguments:
21 -name, -nm
22    is used only if the target is a relative pathname that looks like a
23    segment number.
24 
25 
26 List of attributes:  One or more of the following must be given--
27 allow_deactivate
28    if set, permits explicit deactivation of the segment.
29 allow_write
30    if set, you are not prevented from writing into the segment or
31    directory if you have permission to do so.
32 audit
33    if set, enables auditing.
34 tms
35    if set, date-time-modified is not updated on your user account.
36 tpd
37    if set, pages of this object are not placed on the paging device on
38    your account.
39 tus
40    if set, date-time-used is not updated on your user account.
41 
42 
43 Notes on access required: This command requires access to the hphcs_
44 gate if the tms or tus attributes are to be set; otherwise, access to
45 the phcs_ gate is required.
46 
47 
48 Notes:  Because directories are activated when their segment numbers
49 are assigned, it is not possible to set meaningfully the tpd, tms, tus,
50 or allow_deactivate attributes for a directory.
51 
52 If an attribute is preceded by the circumflex character (^), then the
53 attribute is reset; otherwise, the attribute is set.  Attributes not
54 mentioned are unaffected.