1 02/11/85  delete_iacl_dir, did
 2 
 3 Syntax as a command:  did path {User_ids} {-control_args}
 4 
 5 
 6 Function: deletes entries from a directory's initial access control
 7 list (initial ACL) in a specified directory.  A directory initial ACL
 8 contains the ACL entries to be placed on directories created in the
 9 specified directory (see IACL.gi).
10 
11 
12 Arguments:
13 path
14    specifies a pathname of the directory whose directory initial ACL
15    should be changed.  If path is -working_directory (-wd) or omitted,
16    your working directory is assumed.  The star convention is allowed.
17 User_ids
18    are access control names of the form Person_id.Project_id.tag.  All
19    entries in the directory initial ACL that match the User_ids are
20    deleted (for a description of the matching strategy, see the set_acl
21    command).  If you give no User_ids, your Person_id and current
22    Project_id are assumed.
23 
24 
25 Control arguments:
26 -all, -a
27    deletes the entire directory initial ACL except an entry for
28    *.SysDaemon.*.
29 -brief, -bf
30    suppresses the messages "User name not on ACL of path" and "Empty
31    initial ACL."
32 -ring N, -rg N
33    identifies the ring number whose directory initial ACL is to be
34    deleted.  It can appear anywhere on the line and affects the whole
35    line.  If present, follow it by N (where 0 <= N <= 7).  If not
36    given, your ring is assumed.
37 
38 
39 Access required: You must have modify permission on the directory.