1 02/27/85 set_flagbox 2 3 Syntax as a command: set_flagbox keyword value 4 5 6 Function: sets the value of a specified flag in the BCE/Multics 7 communication area. 8 9 10 Arguments: 11 keyword 12 may be either a number from 1 to 36 or the corresponding name of one 13 of the flagbox flags as given below. The names of the flagbox flags 14 are listed below. 15 16 1 auto_reboot 19 bit19 17 2 booting 20 bit20 18 3 bit3 21 bit21 19 4 rebooted 22 bit22 20 5 unattended 23 bit23 21 6 bit6 24 bit24 22 7 bit7 25 bit25 23 8 bit8 26 bit26 24 25 26 9 bit9 27 bit27 27 10 bit10 28 bit28 28 11 bit11 29 bit29 29 12 bit12 30 bit30 30 13 bit13 31 bit31 31 14 bit14 32 bit32 32 15 bit15 33 bit33 33 16 bit16 34 bit34 34 17 bit17 35 bit35 35 18 bit18 36 bit36 36 37 value 38 is either true or false. 39 40 41 Access required: Privileged access to hphcs_ is required to use this 42 command.