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