1 02/13/85 go
 2 
 3 Syntax as a command:  go
 4 
 5 
 6 Function:  initializes all channels attached to the answering service
 7 so that they answer the phone.  It is the second half of startup.
 8 Typing multics and then go is similar to startup except that the login
 9 word is set to a random number, so only users who know the special word
10 can log in.  The go command initializes all lines in the channel
11 definition table (CDT).  Parts two and three of the system_start_up.ec
12 are executed in response to a go command.  Part two (the logging in of
13 the daemons) is done before user lines are conditioned for answering;
14 part three (commands executed after the phone lines are conditioned for
15 answering) is done afterward.  This command can be used in ring 4 only.
16 
17 
18 Notes:  A check is made to see if a down command has previously been
19 issued.  If one is found, and more than 30 minutes remain before it
20 takes effect, the down command is reissued automatically.