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