1 02/08/85  copy_iacl_seg
 2 
 3 Syntax as a command:  copy_iacl_seg path1 path2 {...path1N path2N}
 4 
 5 
 6 Function: copies a segment initial access control list (initial ACL)
 7 from one directory to another, replacing the current initial ACL if
 8 necessary (see IACL.gi).
 9 
10 
11 Arguments:
12 path1
13    is the directory from which the initial ACL is to be copied.  You
14    can specify your working directory with -working_directory (-wd).
15    The star convention is allowed.
16 path2
17    is the directory into which the initial ACL is to be copied.  You
18    can specify your working directory with -working_directory (-wd).
19    The equal convention is allowed.
20 
21 
22 Access required: You need status permission on path1 and modify
23 permission on path2.