1 1971-11-05  allaccess
 2 
 3 Syntax as a command:  allaccess path_name
 4 
 5 
 6 Function:
 7 
 8 Prints out access control names that identify sets of processes that
 9 have immediate access to a segment or a directory, which means
10 they're on the segment's or directory's access control list (ACL) or
11 on the initial access control list (IACL) of the superior
12 directory).  It also names the processes that can force access
13 through having w privilege over a superior directory in the
14 hierarchy.
15 
16 
17 Arguments:
18 path_name
19    names the segment or directory whose access is to be checked.
20 
21 
22 Notes:
23 For the processes with immediate access, three items of
24 information are printed:  the effective access mode, the
25 ring brackets, and the process name.  For more information
26 on access modes and access control lists, type: "help access.gi".
27 For information on ring brackets, type "help ring_brackets.gi".