1 02/26/85  ms_create, mscr
 2 
 3 Syntax as a command:  mscr paths
 4 
 5 
 6 Function:  creates a queue message segment with a specified name in a
 7 specified directory.
 8 
 9 
10 Arguments:
11 paths
12    are the pathnames of queues to be created.
13 
14 
15 Access required:  The user must have modify and append permission on
16 the directory in which he is creating a queue.
17 
18 
19 Notes:  If pathi does not have the ms suffix, it is assumed.
20 
21 If the creation of a queue would introduce a duplication of names
22 within the directory, and if the old queue has only one name, the user
23 is interrogated as to whether he wishes the old queue to be deleted.
24 If the user answers "no", no action is taken.  If the old queue has
25 multiple names, the conflicting name is removed and a message to that
26 effect is issued to the user.
27 
28 The extended access placed on a new queue message segment is
29 
30       adros     user who created the queue
31       ao        *.SysDaemon.*
32 
33 For more information on extended access, see the ms_set_acl command in
34 this document.